diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-12-06 17:33:06 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-12-06 17:33:06 -0500 |
commit | 7ba215f7595ea2da85561dd8702b4ae8f1e93b95 (patch) | |
tree | 9516ba837b47457f9ff9f812c495e838e3e48586 /version/version.go | |
parent | c264da80aab889c787ca4f9b72a9739b4f6f187e (diff) | |
download | podman-7ba215f7595ea2da85561dd8702b4ae8f1e93b95.tar.gz podman-7ba215f7595ea2da85561dd8702b4ae8f1e93b95.tar.bz2 podman-7ba215f7595ea2da85561dd8702b4ae8f1e93b95.zip |
Bump to v0.12.1v0.12.1
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'version/version.go')
-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 01b9b7a8d..63b33f177 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.2-dev" +const Version = "0.12.1" |