feat: add version command

This commit is contained in:
loveuer
2024-03-29 11:30:37 +08:00
parent 5acad1096f
commit eb97f7b0a3
4 changed files with 14 additions and 0 deletions

3
internal/opt/version.go Normal file
View File

@ -0,0 +1,3 @@
package opt
const Version = "v0.1.2"