Commit ded69492 authored by wongoo's avatar wongoo

remove version.go

parent 0c7e1c6a
/******************************************************
# DESC : getty version
# MAINTAINER : Alex Stocks
# LICENCE : Apache License 2.0
# EMAIL : alexstocks@foxmail.com
# MOD : 2016-08-17 11:23
# FILE : version.go
******************************************************/
package getty
const (
Version = "1.0.3"
DATE = "2018/10/16"
GETTY_MAJOR = 1
GETTY_MINOR = 0
GETTY_BUILD = 3
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment