chore: we're now at 3.2.0-alpha

This commit is contained in:
Simone Basso 2020-12-08 15:59:48 +01:00
parent c9ea92fc53
commit 1a4b70c9aa

View File

@ -3,5 +3,5 @@ package version
const (
// Version is the software version
Version = "3.1.0"
Version = "3.2.0-alpha"
)