summaryrefslogtreecommitdiff
path: root/version/version.go
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-03-11 10:16:16 -0400
committerMatthew Heon <mheon@redhat.com>2020-03-11 10:16:16 -0400
commit8877fed86e29a1e58f91a1fd98f7f02a0e98e450 (patch)
treec4961e701a3598ab0441c99773df8569d87d26c8 /version/version.go
parent444a19cdd2e6108c75f6c1aadc1a2a9138a8bd73 (diff)
downloadpodman-8877fed86e29a1e58f91a1fd98f7f02a0e98e450.tar.gz
podman-8877fed86e29a1e58f91a1fd98f7f02a0e98e450.tar.bz2
podman-8877fed86e29a1e58f91a1fd98f7f02a0e98e450.zip
Bump to v1.8.2-dev
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version/version.go')
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index 73ecd528c..5a7b4a36e 100644
--- a/version/version.go
+++ b/version/version.go
@@ -4,7 +4,7 @@ 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.8.1"
+const Version = "1.8.2-dev"
// RemoteAPIVersion is the version for the remote
// client API. It is used to determine compatibility