diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-08-17 15:47:18 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-08-17 15:47:18 -0400 |
commit | 4068ec82b867b4adc28e1f2f46501634125b6f5e (patch) | |
tree | e096c30b051e6111191bc0a9e04d3400cbf901e0 /version | |
parent | 9d09a4d4491c903866c43a7d196ff0bb97e7407e (diff) | |
download | podman-4068ec82b867b4adc28e1f2f46501634125b6f5e.tar.gz podman-4068ec82b867b4adc28e1f2f46501634125b6f5e.tar.bz2 podman-4068ec82b867b4adc28e1f2f46501634125b6f5e.zip |
Bump to v0.8.4-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 5401012b1..5dfd6cc5a 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.8.3" +const Version = "0.8.4-dev" |