chore: set dev version to v3.12.0-alpha.4 (#612)

This commit is contained in:
Simone Basso
2021-11-23 16:16:30 +01:00
committed by GitHub
parent fdbf871103
commit 56440bec43
+1 -1
View File
@@ -3,5 +3,5 @@ package version
const (
// Version is the software version
Version = "3.12.0-alpha.3"
Version = "3.12.0-alpha.4"
)