This commit is contained in:
Lunny Xiao 2014-12-15 11:02:56 +08:00
parent 84786e4888
commit 13fa0d5b32
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
xorm v0.4.1 xorm v0.4.2

View File

@ -13,7 +13,7 @@ import (
) )
const ( const (
Version string = "0.4.1" Version string = "0.4.2"
) )
func regDrvsNDialects() bool { func regDrvsNDialects() bool {