mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
That way it's easy to build a given commit and check whether it's the same binary than the one published on Github.
5 lines
82 B
Go
5 lines
82 B
Go
package main
|
|
|
|
var BuildTag = "__BUILD_TAG__"
|
|
var BuildCommit = "__BUILD_COMMIT__"
|