chore: set master's version to 3.14.0-alpha (#638)

As mentioned in https://github.com/ooni/probe/issues/1845#issuecomment-986540868,
I did a mistake and published an `-alpha` debian package, so I need to
bump master's version to 3.14 and create a 3.13 release train.

やれやれだぜ
This commit is contained in:
Simone Basso
2021-12-06 17:54:58 +01:00
committed by GitHub
parent 611fed05f4
commit 6cb8e3d785
+1 -1
View File
@@ -3,5 +3,5 @@ package version
const (
// Version is the software version
Version = "3.12.0-alpha.4"
Version = "3.14.0-alpha"
)