Skip to content

Commit fa4bc41

Browse files
authored
chore(release): finalize story 1.4.1 stable release (#607)
finalize story 1.4.1 stable release issue: none
1 parent 97fe7f5 commit fa4bc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/buildinfo/buildinfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
const (
1616
VersionMajor = 1 // Major version component of the current release
1717
VersionMinor = 4 // Minor version component of the current release
18-
VersionPatch = 0 // Patch version component of the current release
18+
VersionPatch = 1 // Patch version component of the current release
1919
VersionMeta = "stable" // Version metadata to append to the version string
2020
)
2121

0 commit comments

Comments
 (0)