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

Commit 30246d4

Browse files
authored
Merge pull request #383 from laijs/release-0.7.0
release 0.7.0
2 parents a8dadf9 + 5e5c9f1 commit 30246d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([runv], [0.6.2], [hyper.sh])
5+
AC_INIT([runv], [0.7.0], [hyper.sh])
66
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
77

88
# Checks for programs.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
const (
23-
version = "0.6.2"
23+
version = "0.7.0"
2424
specConfig = "config.json"
2525
stateJson = "state.json"
2626
usage = `Open Container Initiative hypervisor-based runtime

0 commit comments

Comments
 (0)