bug fix student login thinks its admin

This commit is contained in:
SowinskiBraeden committed 2022-06-08 13:02:10 -07:00
1 parent 2ef9c71f59
commit 55ca35034e
2 files changed
+2 -2

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.9.1-Alpha"
const version string = "\nv0.9.2-Alpha"
func main() {
fmt.Println(version)