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 (
2323const (
2424 VersionMajor = 1 // Major version component of the current release
2525 VersionMinor = 8 // Minor version component of the current release
26- VersionPatch = 21 // Patch version component of the current release
26+ VersionPatch = 22 // Patch version component of the current release
2727 VersionMeta = "stable" // Version metadata to append to the version string
2828)
2929
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323const (
2424 VersionMajor = 0 // Major version component of the current release
2525 VersionMinor = 3 // Minor version component of the current release
26- VersionPatch = 9 // Patch version component of the current release
26+ VersionPatch = 10 // Patch version component of the current release
2727 VersionMeta = "stable" // Version metadata to append to the version string
2828)
2929
You can’t perform that action at this time.
0 commit comments