Browse Source

get ready for 4.0

Darien Raymond 7 years ago
parent
commit
fdea9474a7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core.go

+ 2 - 2
core.go

@@ -17,9 +17,9 @@ import (
 )
 )
 
 
 const (
 const (
-	version  = "3.51"
+	version  = "4.0"
 	build    = "Custom"
 	build    = "Custom"
-	codename = "die Commanderin"
+	codename = "Po"
 	intro    = "A unified platform for anti-censorship."
 	intro    = "A unified platform for anti-censorship."
 )
 )