Bump version to 1.2.0-pre

This commit is contained in:
Jamie Holdstock 2022-03-14 12:40:58 +00:00 committed by GitHub
parent f0430f1f6c
commit 4dd4954517
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 = 1 Minor = 2
Patch = 0 Patch = 0
) )