diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-06-29 15:59:22 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-06-29 15:59:22 -0400 |
commit | c71845fa7016a766942efc716fe73300ee265a74 (patch) | |
tree | 63948fd238ef8730f6d771e70c1d54a2cb9527a6 | |
parent | 9d97bd67ed625494792787adadfc46fd26f43c8c (diff) | |
download | podman-c71845fa7016a766942efc716fe73300ee265a74.tar.gz podman-c71845fa7016a766942efc716fe73300ee265a74.tar.bz2 podman-c71845fa7016a766942efc716fe73300ee265a74.zip |
Bump to v0.7.1-dev
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
-rw-r--r-- | contrib/spec/podman.spec.in | 2 | ||||
-rw-r--r-- | version/version.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 0837de8d8..309995c10 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -51,7 +51,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: podman -Version: 0.6.5 +Version: 0.7.1 Release: #COMMITDATE#.git%{shortcommit}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 diff --git a/version/version.go b/version/version.go index 923d1af20..a846c8b18 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.6.5" +const Version = "0.7.1-dev" |