Changelog for v0.3.0 (#122)

remove version info in same way it is done on gitea

Add Changelog for v0.3.0

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/122
Reviewed-by: mrsdizzie <info@mrsdizzie.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
6543
2020-04-22 19:11:03 +00:00
committed by Andrew Thornton
parent 1a4d8edf37
commit 2653eaa6b2
2 changed files with 12 additions and 2 deletions

View File

@ -16,8 +16,8 @@ import (
"github.com/urfave/cli/v2"
)
// Version holds the current Gitea version
var Version = "0.1.0-dev"
// Version holds the current tea version
var Version = "development"
// Tags holds the build tags used
var Tags = ""