diff options
author | Unknwon <u@gogs.io> | 2016-02-20 14:56:27 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-20 14:56:27 -0500 |
commit | acf094fb0734a1c046a2d68583f95647444a799c (patch) | |
tree | 4c5407903c2460b22e32cd3cba69f0368d7b85bd /gogs.go | |
parent | 7e0baf41369b346180e7e14164dea936f8db98ba (diff) | |
download | gitea-acf094fb0734a1c046a2d68583f95647444a799c.tar.gz gitea-acf094fb0734a1c046a2d68583f95647444a799c.zip |
Minor fix for #2634
Add AttributesInBind option in new auth source form.
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.40.0219" +const APP_VER = "0.8.41.0220" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |