add version tag

This commit is contained in:
Lunny Xiao 2014-01-02 17:59:34 +08:00
parent 4fff60efbd
commit a70053a60d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
xorm v0.2.3
xorm v0.3.1

View File

@ -10,7 +10,7 @@ import (
)
const (
Version string = "0.2.3"
Version string = "0.3.1"
)
func close(engine *Engine) {