diff options
author | Matthew Heon <mheon@redhat.com> | 2019-06-18 19:27:19 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2019-06-18 19:27:19 -0400 |
commit | c225934726c081333ebfd3f03b168b9b38c8bfcf (patch) | |
tree | 5633a250222b71e7a7642419bb96487d0e7c5124 | |
parent | 9b6a98cfd7813513e5697888baa93318395a2055 (diff) | |
download | podman-c225934726c081333ebfd3f03b168b9b38c8bfcf.tar.gz podman-c225934726c081333ebfd3f03b168b9b38c8bfcf.tar.bz2 podman-c225934726c081333ebfd3f03b168b9b38c8bfcf.zip |
Bump to v1.4.3-dev
Signed-off-by: Matthew Heon <mheon@redhat.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 d0ad07044..68d02325a 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: 1.4.2 +Version: 1.4.3 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 a9fcaaeed..3dbf4768d 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ package version // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -const Version = "1.4.2" +const Version = "1.4.3-dev" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |