version: Bump to 1.3.0-pre

This commit is contained in:
jholdstock 2023-06-14 10:57:26 +01:00 committed by Jamie Holdstock
parent a06a62bfd0
commit fc0ed6b2c7

View File

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