diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-11-08 14:08:59 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-11-08 14:08:59 -0500 |
commit | a4adfe5e0c9de160866455c77b24342304fa3706 (patch) | |
tree | ee956ef901791d054f0708f62e374a63481511b4 /version | |
parent | 921ccac10c47e0865ec5e4ba00ebb69a03d89473 (diff) | |
download | podman-a4adfe5e0c9de160866455c77b24342304fa3706.tar.gz podman-a4adfe5e0c9de160866455c77b24342304fa3706.tar.bz2 podman-a4adfe5e0c9de160866455c77b24342304fa3706.zip |
Bump to v0.11.1v0.11.1
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
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 0fd4e5aeb..1c92c035f 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -const Version = "0.10.2-dev" +const Version = "0.11.1" |