diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-06 16:10:57 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-06 16:10:57 -0400 |
commit | e7c8a3cb8d26da68b09f799585c03970cd243be1 (patch) | |
tree | 2226974dc3be1d926b6caaffcafa5feee6de2d68 /gogs.go | |
parent | db1fe3483ed2c8c0962ee4395073e0b190310602 (diff) | |
download | gitea-e7c8a3cb8d26da68b09f799585c03970cd243be1.tar.gz gitea-e7c8a3cb8d26da68b09f799585c03970cd243be1.zip |
Add salt for every single user
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ import ( // Test that go1.2 tag above is included in builds. main.go refers to this definition. const go12tag = true -const APP_VER = "0.2.1.0406 Alpha" +const APP_VER = "0.2.2.0406 Alpha" func init() { base.AppVer = APP_VER |