diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-10-17 11:34:09 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-10-17 11:34:09 -0400 |
commit | 2b4f8d1f5f56cdf42f4164f0d1468361a5ae14da (patch) | |
tree | f89564a4c72292e22faf387be659e7f13aed7ba9 /version/version.go | |
parent | d12eb5f35a5b2580233a75986ce85c4ad39bedd3 (diff) | |
download | podman-2b4f8d1f5f56cdf42f4164f0d1468361a5ae14da.tar.gz podman-2b4f8d1f5f56cdf42f4164f0d1468361a5ae14da.tar.bz2 podman-2b4f8d1f5f56cdf42f4164f0d1468361a5ae14da.zip |
Bump to v0.10.1.2v0.10.1.2
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 0fd4e5aeb..43ca4ccee 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.10.1.2" |