@@ -1,2 +1,7 @@
// Package core provides common definitions and functionalities of V2Ray.
package core
+
+//go:generate
+const (
+ Version = "0.1"
+)