chore: we're now hacking on v3.16.0-alpha.2 (#901)

Just a chore commit to increase the version given that we just tagged v3.16.0-alpha.1
This commit is contained in:
Simone Basso 2022-08-29 09:35:17 +02:00 committed by GitHub
parent 37632f60d9
commit 4ce414d104
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.16.0-alpha.1" Version = "3.16.0-alpha.2"
) )