From 7955a891cbea2d0ae2e49cb07abbc40bfdacc27b Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 11 Nov 2020 17:16:19 -0800 Subject: [PATCH] bump kicbase --- pkg/drivers/kic/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/drivers/kic/types.go b/pkg/drivers/kic/types.go index 408fb057b1..3b0af34af4 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.14-snapshot2" + Version = "v0.0.14" // SHA of the kic base image baseImageSHA = "2bd97b482faf5b6a403ac39dd5e7c6fe2006425c6663a12f94f64f5f81a7787e" )