mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 20:48:20 +00:00
Fix #200, add VERSION to template files
This commit is contained in:
7
conf/README.md
Normal file
7
conf/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## NOTICE
|
||||
|
||||
This directory only used for development, and us [go-bindata](https://github.com/jteeuwen/go-bindata) to store in memory for releases.
|
||||
|
||||
To apply any change in this directory, install [go-bindata](https://github.com/jteeuwen/go-bindata), and then execute following command in root of source directory:
|
||||
|
||||
$ go-bindata -ignore="\\.DS_Store|README.md" -o modules/bin/conf.go -pkg="bin" conf/...
|
@@ -1 +0,0 @@
|
||||
0.3.6.0525 Alpha
|
Reference in New Issue
Block a user