Skip to content

Commit aac7941

Browse files
committed
version: bump v0.1.26-beta
Unfortunately we already pushed a tag for v0.1.25-beta, so we can't replace that. So we need to bump the version again.
1 parent 77823d1 commit aac7941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
AppMinor uint = 1
3333

3434
// AppPatch defines the application patch for this binary.
35-
AppPatch uint = 25
35+
AppPatch uint = 26
3636

3737
// AppPreRelease MUST only contain characters from semanticAlphabet
3838
// per the semantic versioning spec.

0 commit comments

Comments
 (0)