summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-03-09 10:07:48 -0500
committerMatthew Heon <matthew.heon@gmail.com>2018-03-09 10:07:48 -0500
commit8e7164726996a07b7f6ba22bdadf665f1baa72ab (patch)
treeaeaba8a482ba74a927ad24c4dfbb9fe543da1fef
parentf79a39abb7725109cd3469f74fd6789d9a62a308 (diff)
downloadpodman-8e7164726996a07b7f6ba22bdadf665f1baa72ab.tar.gz
podman-8e7164726996a07b7f6ba22bdadf665f1baa72ab.tar.bz2
podman-8e7164726996a07b7f6ba22bdadf665f1baa72ab.zip
Bump to version v0.3.3-dev
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
-rw-r--r--contrib/spec/podman.spec.in2
-rw-r--r--version/version.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in
index 662f87957..5589c2e8a 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.2
+Version: 0.3.3
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 8cb8412b7..990892f5a 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.2"
+const Version = "0.3.3-dev"