Skip to content

Commit 0b6c0ab

Browse files
Merge pull request cri-o#2706 from mrunalp/bump_1.14.10
Release 1.14.10
2 parents 7e863dd + 0eba159 commit 0b6c0ab

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
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
// Version is the version of the build.
13-
const Version = "1.14.10-dev"
13+
const Version = "1.14.10"
1414

1515
// WriteVersionFile writes the version information to a given file
1616
// file is the location of the old version file

0 commit comments

Comments
 (0)