2019-02-14 10:08:53 +00:00
|
|
|
$OpenBSD: patch-main_go,v 1.5 2019/02/14 10:08:53 pvk Exp $
|
2018-01-17 21:05:38 +00:00
|
|
|
|
|
|
|
Gets shown in the footer.
|
|
|
|
|
|
|
|
Index: main.go
|
|
|
|
--- main.go.orig
|
|
|
|
+++ main.go
|
2019-02-14 10:08:53 +00:00
|
|
|
@@ -24,7 +24,7 @@ import (
|
2018-01-17 21:05:38 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
// Version holds the current Gitea version
|
2018-08-20 07:52:01 +00:00
|
|
|
-var Version = "1.5.0-dev"
|
2018-01-17 21:05:38 +00:00
|
|
|
+var Version = "${VERSION}"
|
|
|
|
|
|
|
|
// Tags holds the build tags used
|
|
|
|
var Tags = ""
|