summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-08-11 15:14:52 -0400
committerMatthew Heon <matthew.heon@gmail.com>2018-08-11 15:14:52 -0400
commit4dc6ece826854395d470184b3aac460c8d74ee71 (patch)
tree20fc346d7a70ba7552cdf105577202be72941202
parentf38eb4fe50427549db8957e5033b73f04b4d5c82 (diff)
downloadpodman-4dc6ece826854395d470184b3aac460c8d74ee71.tar.gz
podman-4dc6ece826854395d470184b3aac460c8d74ee71.tar.bz2
podman-4dc6ece826854395d470184b3aac460c8d74ee71.zip
Bump to v0.8.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 1f79597e1..31a70fbde 100644
--- a/contrib/spec/podman.spec.in
+++ b/contrib/spec/podman.spec.in
@@ -33,7 +33,7 @@
%global shortcommit0 %(c=%{commit0}; echo ${c:0:8})
Name: podman
-Version: 0.8.2.1
+Version: 0.8.3
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0
diff --git a/version/version.go b/version/version.go
index 50beced17..a4228f00e 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.8.2.1"
+const Version = "0.8.3-dev"