We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff26e2 commit a4cd461Copy full SHA for a4cd461
integrations/version_test.go
@@ -17,7 +17,7 @@ import (
17
func TestVersion(t *testing.T) {
18
prepareTestEnv(t)
19
20
- setting.AppVer = "1.1.0+dev"
+ setting.AppVer = "test-version-1"
21
req := NewRequest(t, "GET", "/api/v1/version")
22
resp := MakeRequest(t, req, http.StatusOK)
23
main.go
@@ -21,7 +21,7 @@ import (
)
// Version holds the current Gitea version
24
-var Version = "1.1.0+dev"
+var Version = "1.3.0-dev"
25
26
// Tags holds the build tags used
27
var Tags = ""
0 commit comments