diff --git a/doc.go b/doc.go index 5b36fcd8..9944bcd8 100644 --- a/doc.go +++ b/doc.go @@ -8,7 +8,7 @@ Package xorm is a simple and powerful ORM for Go. Installation -Make sure you have installed Go 1.1+ and then: +Make sure you have installed Go 1.5+ and then: go get github.com/go-xorm/xorm diff --git a/xorm.go b/xorm.go index 3e1e2e50..8b2fd6c6 100644 --- a/xorm.go +++ b/xorm.go @@ -17,7 +17,7 @@ import ( const ( // Version show the xorm's version - Version string = "0.6.2.0517" + Version string = "0.6.2.0605" ) func regDrvsNDialects() bool {