Browse Source

Version info

V2Ray 10 năm trước cách đây
mục cha
commit
7cfcc58f19
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      core.go

+ 5 - 0
core.go

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