diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-01-11 15:17:44 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-01-11 15:17:44 -0500 |
commit | aca1093b5a922749b92888d8a647bb3e4e4a1193 (patch) | |
tree | f3ad767ee46aa6bc52d04171d8fadb3c1bb6e5b5 /version | |
parent | 82e80110c3f2d8728745c47e340f3bee4d408846 (diff) | |
download | podman-aca1093b5a922749b92888d8a647bb3e4e4a1193.tar.gz podman-aca1093b5a922749b92888d8a647bb3e4e4a1193.tar.bz2 podman-aca1093b5a922749b92888d8a647bb3e4e4a1193.zip |
Bump to v1.0.1-dev
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 686e8f1b7..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 = "1.0.0" +const Version = "1.0.1-dev" |