From 49120a87732f968982ed657b3c8b766c94a5b52a Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Mon, 29 Aug 2016 17:49:31 +0800 Subject: [PATCH] bump version to 0.6.2 Signed-off-by: Lai Jiangshan --- configure.ac | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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