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 #455 from gnawux/release-0.8
Browse files Browse the repository at this point in the history
release v0.8.0
  • Loading branch information
gnawux authored Mar 21, 2017
2 parents 23cbab6 + d7530ca commit ab3d307
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.7.0], [hyper.sh])
AC_INIT([runv], [0.8.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 @@ -21,7 +21,7 @@ import (
)

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

0 comments on commit ab3d307

Please sign in to comment.