chore: start hacking on 3.15.0-alpha (#687)

We've just branched off the release/3.14 branch for finalizing
the release of 3.14.0, hence let's declare that from now on we're
3.15.0-alpha to avoid any confusion.
This commit is contained in:
Simone Basso 2022-02-09 14:15:50 +01:00 committed by GitHub
parent 024de0e498
commit eed007a5d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,5 +3,5 @@ package version
const ( const (
// Version is the software version // Version is the software version
Version = "3.14.0-alpha.1" Version = "3.15.0-alpha"
) )