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

Commit c409b21

Browse files
authored
Merge pull request #497 from gnawux/release-0.8.1
release 0.8.1
2 parents 9a99c10 + 5c101a5 commit c409b21

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)