diff --git a/configure.ac b/configure.ac index 5b50609a..c669415d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([runv], [0.6.0], [hyper.sh]) +AC_INIT([runv], [0.6.2], [hyper.sh]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) # Checks for programs. diff --git a/main.go b/main.go index 7bf6f53d..d94820fc 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ import ( ) const ( - version = "0.6.0" + version = "0.6.2" specConfig = "config.json" stateJson = "state.json" usage = `Open Container Initiative hypervisor-based runtime