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