Skip to content

Commit 34e8f39

Browse files
committed
Bump to v4.4.1
Signed-off-by: Ashley Cui <[email protected]>
1 parent 7431f3d commit 34e8f39

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("4.4.1-dev")
30+
var Version = semver.MustParse("4.4.1")
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)