diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-01-14 10:18:09 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-01-14 10:18:09 -0500 |
commit | 9ab838524c35e16c4f64c1a0f1f21d88d1ca1a2a (patch) | |
tree | 51cf77b02c6385c8a30719df9649031520507f2b /version | |
parent | 264d0821068c26daae9b2e57bb8ea34dac79e62a (diff) | |
download | podman-9ab838524c35e16c4f64c1a0f1f21d88d1ca1a2a.tar.gz podman-9ab838524c35e16c4f64c1a0f1f21d88d1ca1a2a.tar.bz2 podman-9ab838524c35e16c4f64c1a0f1f21d88d1ca1a2a.zip |
Update master branch with v1.0 changes from 1.0 branch
Grab release notes, changelog, and version changes so master is
up to date.
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 45dc93d91..ea5a92286 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.12.2-dev" +const Version = "1.0.1-dev" |