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 #383 from laijs/release-0.7.0
Browse files Browse the repository at this point in the history
release 0.7.0
  • Loading branch information
laijs authored Oct 28, 2016
2 parents a8dadf9 + 5e5c9f1 commit 30246d4
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.2], [hyper.sh])
AC_INIT([runv], [0.7.0], [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 @@ -20,7 +20,7 @@ import (
)

const (
version = "0.6.2"
version = "0.7.0"
specConfig = "config.json"
stateJson = "state.json"
usage = `Open Container Initiative hypervisor-based runtime
Expand Down

0 comments on commit 30246d4

Please sign in to comment.