mirror of
https://github.com/go-shiori/shiori.git
synced 2025-09-13 08:24:49 +08:00
8 lines
151 B
Go
8 lines
151 B
Go
package model
|
|
|
|
// Variables set my the main package coming from ldflags
|
|
var (
|
|
BuildVersion = "dev"
|
|
BuildCommit = "none"
|
|
BuildDate = "unknown"
|
|
)
|