Skip to content

Commit c318a99

Browse files
committed
v0.9.0 => 1.0.0
1 parent 6223b42 commit c318a99

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
@@ -11,7 +11,7 @@ BINDATA := $(shell find conf | sed 's/ /\\ /g')
1111
STYLESHEETS := $(wildcard public/less/index.less public/less/_*.less)
1212
JAVASCRIPTS :=
1313

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

1616
LDFLAGS += -X "main.Version=$(VERSION)"
1717

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

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

2121
func init() {
2222
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)