diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-08-17 15:47:18 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-08-17 15:47:18 -0400 |
commit | 4068ec82b867b4adc28e1f2f46501634125b6f5e (patch) | |
tree | e096c30b051e6111191bc0a9e04d3400cbf901e0 | |
parent | 9d09a4d4491c903866c43a7d196ff0bb97e7407e (diff) | |
download | podman-4068ec82b867b4adc28e1f2f46501634125b6f5e.tar.gz podman-4068ec82b867b4adc28e1f2f46501634125b6f5e.tar.bz2 podman-4068ec82b867b4adc28e1f2f46501634125b6f5e.zip |
Bump to v0.8.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 2164926e7..d8febb743 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.3 +Version: 0.8.4 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 5401012b1..5dfd6cc5a 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.3" +const Version = "0.8.4-dev" |