version: Bump to 1.4.0-pre

This commit is contained in:
jholdstock 2023-09-26 10:28:03 +01:00 committed by Jamie Holdstock
parent 8fc72cdd15
commit 9ee95f98ab

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 = 3 minor = 4
patch = 0 patch = 0
) )