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

Just a chore commit to increase the version given that we just tagged v3.16.0-alpha
This commit is contained in:
Simone Basso 2022-08-29 00:29:01 +02:00 committed by GitHub
parent 9bd1c5ff20
commit 90089d4d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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