Skip to content

Commit 0ca7ba1

Browse files
committed
Return version 2.0.0
1 parent e083606 commit 0ca7ba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/router/router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/gorilla/mux"
1010
)
1111

12-
const appVersion = "1.0.0"
12+
const appVersion = "2.0.0"
1313
const logoPath = ""
1414

1515
// CORS options

0 commit comments

Comments
 (0)