feat: version command (#6)

Version v0.1

Reviewed-on: #6
Co-authored-by: bdoerfchen <git@bissendorf.co>
Co-committed-by: bdoerfchen <git@bissendorf.co>
This commit is contained in:
2025-07-20 23:13:11 +00:00
committed by bissendorf
parent 90a5125c66
commit 723aae48ce
3 changed files with 20 additions and 0 deletions

3
util/version.go Normal file
View File

@ -0,0 +1,3 @@
package util
const AppVersion = "v0.1"