aboutsummaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2019-06-14 18:19:25 -0400
committerMatthew Heon <mheon@redhat.com>2019-06-14 18:19:25 -0400
commitc4b52f47ba890ae219db62695e4ca342c5d20dd5 (patch)
treedc388569825e12e443db05c72bd741f4d555f040 /version
parent90e3c9002b2293569e0cec168a30ecb962b00034 (diff)
downloadpodman-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')
-rw-r--r--version/version.go2
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