chore: version is now 3.12.0-alpha.2 (#576)

This commit is contained in:
Simone Basso 2021-11-05 11:54:19 +01:00 committed by GitHub
parent 1f348803dc
commit fab7909281
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.12.0-alpha.1"
Version = "3.12.0-alpha.2"
)