tag v0.5.6

This commit is contained in:
Lunny Xiao 2016-09-21 14:41:07 +08:00
parent 4314d0d539
commit 838b2268ae
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
xorm v0.5.5.0916
xorm v0.5.6.0921

View File

@ -17,7 +17,7 @@ import (
const (
// Version show the xorm's version
Version string = "0.5.5.0916"
Version string = "0.5.6.0921"
)
func regDrvsNDialects() bool {