We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b107d77 commit d8774a9Copy full SHA for d8774a9
version/version.go
@@ -27,7 +27,7 @@ const (
27
// NOTE: remember to bump the version at the top
28
// of the top-level README.md file when this is
29
// bumped.
30
-var Version = semver.MustParse("4.4.0-dev")
+var Version = semver.MustParse("4.4.0-rc1")
31
32
// See https://docs.docker.com/engine/api/v1.40/
33
// libpod compat handlers are expected to honor docker API versions
0 commit comments