diff --git a/pkg/drivers/kic/types.go b/pkg/drivers/kic/types.go index e060fec10b..597d83c3fc 100644 --- a/pkg/drivers/kic/types.go +++ b/pkg/drivers/kic/types.go @@ -24,7 +24,7 @@ import ( const ( // Version is the current version of kic - Version = "v0.0.15-snapshot4" + Version = "v0.0.16-snapshot1" // SHA of the kic base image baseImageSHA = "ef1f485b5a1cfa4c989bc05e153f0a8525968ec999e242efff871cbb31649c16" )