diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-09-25 16:20:41 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-09-25 16:20:41 -0400 |
commit | 1cd906da9295304eb7aa2c3d9e75f47b3dd65585 (patch) | |
tree | 5cd68a69894d8a570e3f2b3c761aa26e48906f79 | |
parent | 63379c213325188a492d33981a6a525a19048d40 (diff) | |
download | podman-1cd906da9295304eb7aa2c3d9e75f47b3dd65585.tar.gz podman-1cd906da9295304eb7aa2c3d9e75f47b3dd65585.tar.bz2 podman-1cd906da9295304eb7aa2c3d9e75f47b3dd65585.zip |
Bump to v0.9.3.1v0.9.3.1
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
-rw-r--r-- | changelog.txt | 6 | ||||
-rw-r--r-- | contrib/spec/podman.spec.in | 2 | ||||
-rw-r--r-- | version/version.go | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/changelog.txt b/changelog.txt index 8d8843812..879302ee0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +- Changelog for v0.9.3.1 (2018-09-25) + * Update release notes for 0.9.3.1 + * Disable problematic SELinux code causing runc issues + * Bump gitvalidation epoch + * Bump to v0.9.4-dev + - Changelog for v0.9.3 (2018-09-21) * Update release notes for 0.9.3 * Add --mount option for `create` & `run` command diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 88504a928..c25974a0b 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.9.4 +Version: 0.9.3.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 fc6a6a1f9..eea622d5f 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.9.4-dev" +const Version = "0.9.3.1" |