mark 0.4.1 version

This commit is contained in:
Lunny Xiao 2014-11-05 15:50:28 +08:00
parent 60dfca5ea4
commit 0903741bc2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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