diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-12-13 13:55:32 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-12-13 13:55:32 -0500 |
commit | ce40906c9b490441b2448aaf2abb485c6cbdd488 (patch) | |
tree | fa48737eb8845ae66fe6c65565dd281f0bbe110b | |
parent | 9551f6bb379d4af56dfb63ddf0f3682e40a6694e (diff) | |
download | podman-ce40906c9b490441b2448aaf2abb485c6cbdd488.tar.gz podman-ce40906c9b490441b2448aaf2abb485c6cbdd488.tar.bz2 podman-ce40906c9b490441b2448aaf2abb485c6cbdd488.zip |
Bump to v0.12.2-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 35834bd86..20e2a84ea 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -39,7 +39,7 @@ %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman -Version: 0.12.1.2 +Version: 0.12.2 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 1f7c47e7b..45dc93d91 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -const Version = "0.12.1.2" +const Version = "0.12.2-dev" |