From 673f83cc1e9327bac6a4287b86da05d03b1d5128 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 23 Oct 2016 10:24:43 +0800 Subject: [PATCH] resolved #474 --- VERSION | 2 +- xorm.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index dcab20e8..22c1aa4d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -xorm v0.6.0.1016 \ No newline at end of file +xorm v0.6.0.1022 \ No newline at end of file diff --git a/xorm.go b/xorm.go index 61f05ecb..6414d8a2 100644 --- a/xorm.go +++ b/xorm.go @@ -17,7 +17,7 @@ import ( const ( // Version show the xorm's version - Version string = "0.6.0.1016" + Version string = "0.6.0.1022" ) func regDrvsNDialects() bool {