feat: add build package to allow build time consts

This commit is contained in:
Derrick Hammer 2024-01-10 09:18:09 -05:00
parent cd71371768
commit ad55a2e0b1
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 0 deletions

3
build/build.go Normal file
View File

@ -0,0 +1,3 @@
package build
var Version = "development"