mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 14:32:33 +00:00
kata-monitor: bump version to 0.2.0
We now support any container engine CRI compliant. Let's bump the kata-monitor version to 0.2.0. Signed-off-by: Francesco Giudici <fgiudici@redhat.com>
This commit is contained in:
parent
bfb556d56a
commit
8b0bc1f45e
@ -25,7 +25,7 @@ var logLevel = flag.String("log-level", "info", "Log level of logrus(trace/debug
|
|||||||
var (
|
var (
|
||||||
appName = "kata-monitor"
|
appName = "kata-monitor"
|
||||||
// version is the kata monitor version.
|
// version is the kata monitor version.
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
|
|
||||||
GitCommit = "unknown-commit"
|
GitCommit = "unknown-commit"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user