diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-11-08 14:09:03 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-11-08 14:09:03 -0500 |
commit | acb974f6824fd4acbed88197abf0a2811d1dc61c (patch) | |
tree | 077081d3be5034c06af17a0e6df39b09ab1b2496 /version | |
parent | a4adfe5e0c9de160866455c77b24342304fa3706 (diff) | |
download | podman-acb974f6824fd4acbed88197abf0a2811d1dc61c.tar.gz podman-acb974f6824fd4acbed88197abf0a2811d1dc61c.tar.bz2 podman-acb974f6824fd4acbed88197abf0a2811d1dc61c.zip |
Bump to v0.11.2-dev
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 1c92c035f..01b9b7a8d 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.11.1" +const Version = "0.11.2-dev" |