1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-28 04:55:37 -05:00

Version info

This commit is contained in:
V2Ray
2015-09-16 16:05:59 +02:00
parent cc3f374623
commit 7cfcc58f19

View File

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