Skip to content

Commit f190708

Browse files
authored
chore(release): finalize story 1.3.3 stable release (#599)
finalize story 1.3.3 stable release issue: none
1 parent 2233555 commit f190708

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 = 3 // Minor version component of the current release
18-
VersionPatch = 2 // Patch version component of the current release
18+
VersionPatch = 3 // 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)