summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2019-06-18 19:27:19 -0400
committerMatthew Heon <mheon@redhat.com>2019-06-18 19:27:19 -0400
commitc225934726c081333ebfd3f03b168b9b38c8bfcf (patch)
tree5633a250222b71e7a7642419bb96487d0e7c5124 /version
parent9b6a98cfd7813513e5697888baa93318395a2055 (diff)
downloadpodman-c225934726c081333ebfd3f03b168b9b38c8bfcf.tar.gz
podman-c225934726c081333ebfd3f03b168b9b38c8bfcf.tar.bz2
podman-c225934726c081333ebfd3f03b168b9b38c8bfcf.zip
Bump to v1.4.3-dev
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version')
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
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