Browse Source

Bump version for next release

V2Ray 10 years ago
parent
commit
4815d32a28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core.go

+ 1 - 1
core.go

@@ -2,7 +2,7 @@
 package core
 
 var (
-	version = "0.6.2"
+	version = "0.8"
 	build   = "Custom"
 )