diff --git a/version.go b/version.go index ff98b25..8f24d72 100644 --- a/version.go +++ b/version.go @@ -7,7 +7,7 @@ import ( ) const ( - VERSION = "3.0.unstable" + VERSION = "3.1.unstable" ) type Version struct{}