bump kicbase version to v0.0.16-snapshot1

pull/9969/head
Ilya Zuyev 2021-01-08 13:49:27 -08:00
parent 921306d88a
commit 2622e9583c
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)