Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #309 from laijs/v0.6.2
Browse files Browse the repository at this point in the history
bump version to 0.6.2
  • Loading branch information
laijs authored Aug 29, 2016
2 parents 27adfe3 + 49120a8 commit 88186a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88186a4

Please sign in to comment.