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 /version/version.go | |
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>
Diffstat (limited to 'version/version.go')
-rw-r--r-- | version/version.go | 2 |
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 |