From 2f86968e940af46306b9dae5ab7638f6768cbf12 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 25 Jan 2014 10:50:42 +0800 Subject: [PATCH] doc & version --- VERSION | 2 +- doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a67c0014..7f23df75 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -xorm v0.3.1 +xorm v0.4 diff --git a/doc.go b/doc.go index 765f2dfe..16d0b3a7 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,4 @@ -// Copyright 2013 The XORM Authors. All rights reserved. +// Copyright 2013 - 2014 The XORM Authors. All rights reserved. // Use of this source code is governed by a BSD // license that can be found in the LICENSE file.