aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index c67eaf7692..6ec272c9af 100644
--- a/main.go
+++ b/main.go
@@ -29,7 +29,7 @@ import (
var (
// Version holds the current Gitea version
- Version = "1.9.0-dev"
+ Version = "development"
// Tags holds the build tags used
Tags = ""
// MakeVersion holds the current Make version if built with make