Mercurial > yakumo_izuru > aya
comparison version.go @ 78:5583ff07e384 draft
Separate the build<FORMAT> functions into their own source files
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Mon, 11 Dec 2023 17:23:49 +0000 |
parents | e1f9fda6986a |
children | 7b122b71fcfa |
comparison
equal
deleted
inserted
replaced
77:e1f9fda6986a | 78:5583ff07e384 |
---|---|
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.9" | 11 Version = "v0.7.0" |
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 { |