Bump version to 1.1.0-pre (#233)

This commit is contained in:
Jamie Holdstock 2021-03-01 12:06:09 +00:00 committed by GitHub
parent 91701b1a17
commit 681341ca0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
// Constants defining the application version number. // Constants defining the application version number.
const ( const (
Major = 1 Major = 1
Minor = 0 Minor = 1
Patch = 0 Patch = 0
) )