File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1717// versioning 2.0.0 spec (http://semver.org/).
1818const (
1919 appMajor uint = 0
20- appMinor uint = 20
21- appPatch uint = 1
20+ appMinor uint = 21
21+ appPatch uint = 0
2222
2323 // appPreRelease MUST only contain characters from semanticAlphabet
2424 // per the semantic versioning spec.
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1717// versioning 2.0.0 spec (http://semver.org/).
1818const (
1919 appMajor uint = 0
20- appMinor uint = 20
21- appPatch uint = 1
20+ appMinor uint = 21
21+ appPatch uint = 0
2222
2323 // appPreRelease MUST only contain characters from semanticAlphabet
2424 // per the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments