We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6989d0 commit f6526adCopy full SHA for f6526ad
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("3.4.4-dev")
+var Version = semver.MustParse("3.4.4")
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