1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 14:35:23 +00: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 provides common definitions and functionalities of V2Ray.
package core package core
//go:generate
const (
Version = "0.1"
)