summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-07-23 12:37:26 -0400
committerMatthew Heon <mheon@redhat.com>2020-07-23 12:37:26 -0400
commitd7d5068c6b50aa35529ae7dd24e654f0e2fc9545 (patch)
tree9a0aa76cc11555595a38ebc443e0a165759e3b21 /version
parent2349723f89bdb3033d064f6278ca04da8b8ae42d (diff)
downloadpodman-d7d5068c6b50aa35529ae7dd24e654f0e2fc9545.tar.gz
podman-d7d5068c6b50aa35529ae7dd24e654f0e2fc9545.tar.bz2
podman-d7d5068c6b50aa35529ae7dd24e654f0e2fc9545.zip
Bump to v2.0.4-dev
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version')
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index 3047acfc1..8346afcde 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 = "2.0.3"
+const Version = "2.0.4-dev"
// APIVersion is the version for the remote
// client API. It is used to determine compatibility