We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e083606 commit 0ca7ba1Copy full SHA for 0ca7ba1
1 file changed
internal/router/router.go
@@ -9,7 +9,7 @@ import (
9
"github.com/gorilla/mux"
10
)
11
12
-const appVersion = "1.0.0"
+const appVersion = "2.0.0"
13
const logoPath = ""
14
15
// CORS options
0 commit comments