Skip to content

Commit f6526ad

Browse files
committed
Bump to v3.4.4
Signed-off-by: Matthew Heon <[email protected]>
1 parent c6989d0 commit f6526ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
// NOTE: remember to bump the version at the top
2828
// of the top-level README.md file when this is
2929
// bumped.
30-
var Version = semver.MustParse("3.4.4-dev")
30+
var Version = semver.MustParse("3.4.4")
3131

3232
// See https://docs.docker.com/engine/api/v1.40/
3333
// libpod compat handlers are expected to honor docker API versions

0 commit comments

Comments
 (0)