diff --git a/README.md b/README.md index 0f78af653..093f1a0f7 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,9 @@ Drivers for Go's sql package which currently support database/sql includes: # Changelog +* **v0.6.6** + * Some bugs fixed + * **v0.6.5** * Postgres schema support * vgo support diff --git a/README_CN.md b/README_CN.md index da59b54a5..74cce5b47 100644 --- a/README_CN.md +++ b/README_CN.md @@ -54,6 +54,9 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作 ## 更新日志 +* **v0.6.6** + * 修正部分Bug + * **v0.6.5** * 通过 engine.SetSchema 来支持 schema,当前仅支持Postgres * vgo 支持 diff --git a/xorm.go b/xorm.go index 8b2316bb3..b1032b526 100644 --- a/xorm.go +++ b/xorm.go @@ -17,7 +17,7 @@ import ( const ( // Version show the xorm's version - Version string = "0.6.5.0410" + Version string = "0.6.6.0413" ) func regDrvsNDialects() bool {