Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 9ba6da9

Browse files
committed
Bump version to 0.13.0
Signed-off-by: Joffrey F <joffrey@docker.com>
1 parent 8bc265b commit 9ba6da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
var (
9-
Version = "dev"
9+
Version = "0.13.0"
1010

1111
// GitCommit will be overwritten automatically by the build system
1212
GitCommit = "HEAD"

0 commit comments

Comments
 (0)