diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-03-30 11:33:12 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-03-30 11:33:12 -0400 |
commit | 3bd528e583182b4249f3e6bbd8497a8831d89950 (patch) | |
tree | 0a150f8ed0c17eacd120f635c87f154a363dd5b0 /version | |
parent | 7b7397481960c85379d8eb1ed21e76da2ce8a4fc (diff) | |
download | podman-3bd528e583182b4249f3e6bbd8497a8831d89950.tar.gz podman-3bd528e583182b4249f3e6bbd8497a8831d89950.tar.bz2 podman-3bd528e583182b4249f3e6bbd8497a8831d89950.zip |
Bump to v1.2.0v1.2.0
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..d1ad4c3cc 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.2.0" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |