diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-06-08 12:23:13 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2018-06-08 12:23:13 -0400 |
commit | 4bed83a54c776da42571de7f68e825952b017f1b (patch) | |
tree | 7f21d16ea84b336616989607a3f88d0606d60e93 | |
parent | 72c0b4f1e2a4a4ceb629e65837f2efe6496c387d (diff) | |
download | podman-4bed83a54c776da42571de7f68e825952b017f1b.tar.gz podman-4bed83a54c776da42571de7f68e825952b017f1b.tar.bz2 podman-4bed83a54c776da42571de7f68e825952b017f1b.zip |
Bump to v0.6.3-dev
Signed-off-by: Daniel J Walsh <dwalsh@redhat.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 426f7a1c2..0ef19adda 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.2 +Version: 0.6.3 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 d1049d1f2..e7e446cad 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.2" +const Version = "0.6.3-dev" |