detect new system to register default admin

This commit is contained in:
SowinskiBraeden committed 2022-05-21 14:52:47 -07:00
1 parent 20e9ae19f3
commit 17dd4e9561
6 files changed
+66 -5

No files matched your search

+1 -1
View File
@@ -11,7 +11,7 @@ import (
"github.com/gofiber/fiber/v2/middleware/cors"
)
const version string = "\nv0.8.2-Alpha"
const version string = "\nv0.8.3-Alpha"
func main() {
fmt.Println(version)