diff options
author | Matthew Heon <mheon@redhat.com> | 2019-06-14 18:20:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 18:20:30 -0400 |
commit | 185b413e3d10ba001c4d1670a50dad77507154d7 (patch) | |
tree | bdcd985f6ecefc9d6d61e80f618a669c45998c7a /version/version.go | |
parent | 90e3c9002b2293569e0cec168a30ecb962b00034 (diff) | |
parent | 0cc87f28ece7d1e55072655be9cca2e18b688bb0 (diff) | |
download | podman-185b413e3d10ba001c4d1670a50dad77507154d7.tar.gz podman-185b413e3d10ba001c4d1670a50dad77507154d7.tar.bz2 podman-185b413e3d10ba001c4d1670a50dad77507154d7.zip |
Merge pull request #3339 from mheon/bump-1.4.1
Bump to v1.4.1
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..2ef7a9c65 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.2-dev" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |