⬆️ Upgrade to support the latest version Hydrogen Project standard

This commit is contained in:
2024-06-22 17:29:53 +08:00
parent 52c864b11f
commit c79c8d3618
45 changed files with 538 additions and 279 deletions

5
pkg/internal/meta.go Normal file
View File

@@ -0,0 +1,5 @@
package pkg
const (
AppVersion = "1.0.0"
)