summaryrefslogtreecommitdiff
path: root/version/version.go
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2019-06-07 16:50:53 -0400
committerGitHub <noreply@github.com>2019-06-07 16:50:53 -0400
commit43dc5bb627be48e16f885455b9238fe3f7cf3c4d (patch)
tree57b0aeec0f46adc03256cf96157e3c4d994c4e5a /version/version.go
parent1f31892a9fd8573d4b25274b208e6b9f860cdf81 (diff)
parent7ce4036187ed385da44b11d007c8bb9421c047be (diff)
downloadpodman-43dc5bb627be48e16f885455b9238fe3f7cf3c4d.tar.gz
podman-43dc5bb627be48e16f885455b9238fe3f7cf3c4d.tar.bz2
podman-43dc5bb627be48e16f885455b9238fe3f7cf3c4d.zip
Merge pull request #3282 from mheon/bump-1.4.0
Bump to v1.4.0
Diffstat (limited to 'version/version.go')
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index a917931b7..c3917c016 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.3.2-dev"
+const Version = "1.4.1-dev"
// RemoteAPIVersion is the version for the remote
// client API. It is used to determine compatibility