This commit is contained in:
2024-02-24 11:40:26 +01:00
parent 55ce327ff5
commit 74432b1929
6 changed files with 144 additions and 35 deletions

5
pkg/constant/constant.go Normal file
View File

@@ -0,0 +1,5 @@
package constant
const (
Version = "0.1-alpha"
)