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