comparison version.go @ 76:e8eb1fdb4b03 draft

Passed through golint only to get a load of garbage Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Mon, 04 Dec 2023 17:21:08 +0000
parents 84270933ac8d
children e1f9fda6986a
comparison
equal deleted inserted replaced
75:84270933ac8d 76:e8eb1fdb4b03
6 "time" 6 "time"
7 ) 7 )
8 8
9 var ( 9 var (
10 // Set to current tag 10 // Set to current tag
11 Version = "v0.6.7" 11 Version = "v0.6.8"
12 Time = time.Now() 12 Time = time.Now()
13 ) 13 )
14 14
15 // FullVersion display the full version and build 15 // FullVersion display the full version and build
16 func FullVersion() string { 16 func FullVersion() string {