diff --git a/integrations/version_test.go b/integrations/version_test.go index 95b4dbc95..9a30bfb53 100644 --- a/integrations/version_test.go +++ b/integrations/version_test.go @@ -17,7 +17,7 @@ import ( func TestVersion(t *testing.T) { prepareTestEnv(t) - setting.AppVer = "1.1.0+dev" + setting.AppVer = "test-version-1" req := NewRequest(t, "GET", "/api/v1/version") resp := MakeRequest(t, req, http.StatusOK) diff --git a/main.go b/main.go index c2acda99a..e55779bea 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ import ( ) // Version holds the current Gitea version -var Version = "1.1.0+dev" +var Version = "1.3.0-dev" // Tags holds the build tags used var Tags = ""