File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
const (
24
24
VersionMajor = 1 // Major version component of the current release
25
25
VersionMinor = 8 // Minor version component of the current release
26
- VersionPatch = 24 // Patch version component of the current release
26
+ VersionPatch = 25 // Patch version component of the current release
27
27
VersionMeta = "stable" // Version metadata to append to the version string
28
28
)
29
29
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
const (
24
24
VersionMajor = 0 // Major version component of the current release
25
25
VersionMinor = 3 // Minor version component of the current release
26
- VersionPatch = 12 // Patch version component of the current release
26
+ VersionPatch = 13 // Patch version component of the current release
27
27
VersionMeta = "stable" // Version metadata to append to the version string
28
28
)
29
29
You can’t perform that action at this time.
0 commit comments