Skip to content

Commit 1cd906d

Browse files
committed
Bump to v0.9.3.1
Signed-off-by: Matthew Heon <[email protected]>
1 parent 63379c2 commit 1cd906d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
- Changelog for v0.9.3.1 (2018-09-25)
2+
* Update release notes for 0.9.3.1
3+
* Disable problematic SELinux code causing runc issues
4+
* Bump gitvalidation epoch
5+
* Bump to v0.9.4-dev
6+
17
- Changelog for v0.9.3 (2018-09-21)
28
* Update release notes for 0.9.3
39
* Add --mount option for `create` & `run` command

contrib/spec/podman.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
4040

4141
Name: podman
42-
Version: 0.9.4
42+
Version: 0.9.3.1
4343
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
4444
Summary: Manage Pods, Containers and Container Images
4545
License: ASL 2.0

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
// NOTE: remember to bump the version at the top
55
// of the top-level README.md file when this is
66
// bumped.
7-
const Version = "0.9.4-dev"
7+
const Version = "0.9.3.1"

0 commit comments

Comments
 (0)