diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-06-22 15:55:05 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-06-22 15:55:05 -0400 |
commit | 32bfb5107cdd3ed41ab68b2b78a8de1306dec329 (patch) | |
tree | 320055bff2cf0ce7b2544f586312ebe450b0e29c | |
parent | d5beb2f4feeea2816606bd8b4a03c0407263b174 (diff) | |
download | podman-32bfb5107cdd3ed41ab68b2b78a8de1306dec329.tar.gz podman-32bfb5107cdd3ed41ab68b2b78a8de1306dec329.tar.bz2 podman-32bfb5107cdd3ed41ab68b2b78a8de1306dec329.zip |
Bump to v0.6.5-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 a1aa5ff44..0837de8d8 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.4 +Version: 0.6.5 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 8fd6b4080..22522ed6f 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.4" +const Version = "0.6.5-dev" |