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

Commit 5c101a5

Browse files
committed
bump version to 0.8.1
Signed-off-by: Wang Xu <gnawux@gmail.com>
1 parent c6dd76c commit 5c101a5

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.8.0], [hyper.sh])
5+
AC_INIT([runv], [0.8.1], [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
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const (
24-
version = "0.8.0"
24+
version = "0.8.1"
2525
specConfig = "config.json"
2626
stateJson = "state.json"
2727
usage = `Open Container Initiative hypervisor-based runtime

0 commit comments

Comments
 (0)