diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-03-04 19:34:04 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-03-04 19:34:04 -0500 |
commit | 0ad9b6bf2aea4ba37e8c9738feabec61343ba175 (patch) | |
tree | 9d60f66b50d7dd704c88ca82b0754982096a13db /version | |
parent | 4b80517b6a638ff06f8ad432f0f0f5839283d058 (diff) | |
download | podman-0ad9b6bf2aea4ba37e8c9738feabec61343ba175.tar.gz podman-0ad9b6bf2aea4ba37e8c9738feabec61343ba175.tar.bz2 podman-0ad9b6bf2aea4ba37e8c9738feabec61343ba175.zip |
Bump to v1.1.2v1.1.2
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
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 89b5fbd8b..56b61b0f0 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.2.0-dev" +const Version = "1.1.2" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |