working v1

This commit is contained in:
cottongin
2025-10-31 16:17:04 -04:00
parent e41402a963
commit 020daea391
71 changed files with 14793 additions and 1 deletions

7
version/version.go Normal file
View File

@@ -0,0 +1,7 @@
package version
const (
Version = "1.26.0+kosmi"
GitHash = "custom-build"
Release = "custom"
)