diff --git a/version.go b/version.go new file mode 100644 index 00000000..bcf27c03 --- /dev/null +++ b/version.go @@ -0,0 +1,8 @@ +// Copyright 2015 The Xorm Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package xorm + +// Version is the current xorm version. +const Version = "v1.3.8"