diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-19 02:26:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-19 02:26:27 +0200 |
commit | 240b84620e59f838a61ff3a254ef16f5c4358f12 (patch) | |
tree | 02b60381678346ecbd8adc6920bca6038c533148 /version | |
parent | 5df8178c995fe6422f0fed258cd65f6cbcf26f2e (diff) | |
parent | 6a9d2c0991f1a5bce2cea6fbd7d3634750ac056f (diff) | |
download | podman-240b84620e59f838a61ff3a254ef16f5c4358f12.tar.gz podman-240b84620e59f838a61ff3a254ef16f5c4358f12.tar.bz2 podman-240b84620e59f838a61ff3a254ef16f5c4358f12.zip |
Merge pull request #3371 from mheon/bump-1.4.2
Bump to v1.4.2
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 2ef7a9c65..3dbf4768d 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.2-dev" +const Version = "1.4.3-dev" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |