bug fixes for 1.19

This commit is contained in:
SowinskiBraeden committed 2023-01-07 17:13:08 -08:00
1 parent 807758d924
commit 4c4bad4be0
2 files changed
+4 -4

No files matched your search

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