diff options
author | Matthew Heon <mheon@redhat.com> | 2019-06-25 15:45:58 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2019-06-25 15:45:58 -0400 |
commit | 7fd65288f177b059ccde987ad87450be1ca2fa27 (patch) | |
tree | 690d14a45fbbaf2ac38d452356643fc65ce7c75d /version | |
parent | 5b7086abda91f4301af3bfb642d416a22349c276 (diff) | |
download | podman-7fd65288f177b059ccde987ad87450be1ca2fa27.tar.gz podman-7fd65288f177b059ccde987ad87450be1ca2fa27.tar.bz2 podman-7fd65288f177b059ccde987ad87450be1ca2fa27.zip |
Bump to v1.4.3v1.4.3
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version')
-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 3dbf4768d..fc1e82dc1 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.3-dev" +const Version = "1.4.3" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |