Add version variables

This commit is contained in:
2025-05-24 18:30:21 +04:00
parent 9917f61db1
commit bad7b4a304
12 changed files with 196 additions and 133 deletions

3
cmd/api/version.go Normal file
View File

@@ -0,0 +1,3 @@
package main
const version = "0.1.0"