required go 1.5+

This commit is contained in:
Lunny Xiao 2017-06-05 14:36:30 +08:00
parent 6d6007e680
commit b406f9749c
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
2 changed files with 2 additions and 2 deletions

2
doc.go
View File

@ -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

View File

@ -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 {