From b406f9749c6afa9d949777dd68834362a51afb5d Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 5 Jun 2017 14:36:30 +0800 Subject: [PATCH] required go 1.5+ --- doc.go | 2 +- xorm.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {