This commit is contained in:
Lunny Xiao 2016-10-23 10:24:43 +08:00
parent bccd20a7c5
commit 673f83cc1e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
xorm v0.6.0.1016 xorm v0.6.0.1022

View File

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