diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-08-31 16:43:58 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-08-31 16:43:58 -0400 |
commit | b5495910dcd764f6d69b562e28f258f05d77fa62 (patch) | |
tree | c318c3c200608ee2616ed1f8dd5630d0494fd848 | |
parent | dc5a711fb6368ce7b817b9c48e5c0102348df29c (diff) | |
download | podman-b5495910dcd764f6d69b562e28f258f05d77fa62.tar.gz podman-b5495910dcd764f6d69b562e28f258f05d77fa62.tar.bz2 podman-b5495910dcd764f6d69b562e28f258f05d77fa62.zip |
Bump to v0.9.1-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 f888c0ebd..dbcbfea8f 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.8.5 +Version: 0.9.1 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 0ea997e4e..558a936bc 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.5" +const Version = "0.9.1-dev" |