Version info

This commit is contained in:
V2Ray 2015-09-16 16:05:59 +02:00
parent cc3f374623
commit 7cfcc58f19
1 changed files with 5 additions and 0 deletions

View File

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