mirror of
https://github.com/hay-kot/homebox.git
synced 2025-05-30 00:52:29 +00:00
fix build injection
This commit is contained in:
parent
84bf67079b
commit
1279028d07
4 changed files with 9 additions and 7 deletions
|
@ -20,9 +20,9 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
Version = "0.1.0"
|
||||
Commit = "HEAD"
|
||||
BuildTime = "now"
|
||||
version = "nightly"
|
||||
commit = "HEAD"
|
||||
buildTime = "now"
|
||||
)
|
||||
|
||||
// @title Go API Templates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue