diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-02-26 17:33:45 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-02-26 17:33:45 -0500 |
commit | 006206abe1bed76835049c819dbffb5308a63a38 (patch) | |
tree | a615d7bb57e28422497f8e77433bea7c35d1cdfd /version | |
parent | 174e8997aa0d8fc648564a9ac2a79ab786e87362 (diff) | |
download | podman-006206abe1bed76835049c819dbffb5308a63a38.tar.gz podman-006206abe1bed76835049c819dbffb5308a63a38.tar.bz2 podman-006206abe1bed76835049c819dbffb5308a63a38.zip |
Bump to v1.1.0v1.1.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 24daf707c..76e586479 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.0.1-dev" +const Version = "1.1.0" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |