chore: set version to v3.12.0-alpha.3 (#601)

This commit is contained in:
Simone Basso 2021-11-16 13:17:30 +01:00 committed by GitHub
parent 50576daec8
commit 56d179d88a
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.2"
Version = "3.12.0-alpha.3"
)