Skip to content

Commit 645032b

Browse files
committed
Bump version to 2.0.0-pre
1 parent 1920377 commit 645032b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
1717

1818
// Constants defining the application version number.
1919
const (
20-
Major = 1
21-
Minor = 8
20+
Major = 2
21+
Minor = 0
2222
Patch = 0
2323
)
2424

0 commit comments

Comments
 (0)