summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-13 03:39:18 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-13 03:39:18 -0400
commit57bc2d1ca0bfc3ba90e6d85309dba39415c6db73 (patch)
tree8d452408dbc3f89ac3a0a393ad5eadd80370f167 /gogs.go
parentadedd9181c07ed926bf5835623293df4fcc706d2 (diff)
downloadgitea-57bc2d1ca0bfc3ba90e6d85309dba39415c6db73.tar.gz
gitea-57bc2d1ca0bfc3ba90e6d85309dba39415c6db73.zip
Add update user profile back end, add new gitignore and license, add template data to public profile page
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index f1a702ed22..96c0f84f2b 100644
--- a/gogs.go
+++ b/gogs.go
@@ -20,7 +20,7 @@ import (
// Test that go1.1 tag above is included in builds. main.go refers to this definition.
const go11tag = true
-const APP_VER = "0.0.6.0313"
+const APP_VER = "0.0.7.0313"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())