Skip to content

Commit 921c627

Browse files
committed
v0.9.0 => 1.0.0
1 parent e8b92b6 commit 921c627

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BINDATA := $(shell find conf | sed 's/ /\\ /g')
99
STYLESHEETS := $(wildcard public/less/index.less public/less/_*.less)
1010
JAVASCRIPTS :=
1111

12-
VERSION = $(shell git describe --tags --always | sed 's/-/+/')
12+
VERSION = $(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//')
1313

1414
LDFLAGS += -X "main.Version=$(VERSION)"
1515

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
// Version holds the current Gitea version
21-
var Version = "v0.9.0+dev"
21+
var Version = "1.0.0+dev"
2222

2323
func init() {
2424
runtime.GOMAXPROCS(runtime.NumCPU())

templates/.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.0+dev
1+
1.0.0+dev

0 commit comments

Comments
 (0)