diff options
author | Matthew Heon <mheon@redhat.com> | 2019-06-14 18:19:25 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2019-06-14 18:19:25 -0400 |
commit | c4b52f47ba890ae219db62695e4ca342c5d20dd5 (patch) | |
tree | dc388569825e12e443db05c72bd741f4d555f040 /version/version.go | |
parent | 90e3c9002b2293569e0cec168a30ecb962b00034 (diff) | |
download | podman-c4b52f47ba890ae219db62695e4ca342c5d20dd5.tar.gz podman-c4b52f47ba890ae219db62695e4ca342c5d20dd5.tar.bz2 podman-c4b52f47ba890ae219db62695e4ca342c5d20dd5.zip |
Bump to v1.4.1v1.4.1
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 c3917c016..b761610f0 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.1-dev" +const Version = "1.4.1" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |