diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-03-16 11:05:16 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-03-16 11:05:16 -0400 |
commit | 106fcaaab6a7b9ecca079b777bb72ea39540f7b3 (patch) | |
tree | 2b4996063f4a903667fbb8c6ad213a0ac1f0ae39 | |
parent | b47fc0dda522008ef4ed6abf72b764fb5b445f3a (diff) | |
download | podman-106fcaaab6a7b9ecca079b777bb72ea39540f7b3.tar.gz podman-106fcaaab6a7b9ecca079b777bb72ea39540f7b3.tar.bz2 podman-106fcaaab6a7b9ecca079b777bb72ea39540f7b3.zip |
Bump release to v0.3.4-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 5589c2e8a..e0efab9b5 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -44,7 +44,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: podman -Version: 0.3.3 +Version: 0.3.4 Release: 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 150c3454a..710464969 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.3.3" +const Version = "0.3.4-dev" |