Add Version
This commit is contained in:
parent
63222312b2
commit
648bcb6598
|
@ -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"
|
Loading…
Reference in New Issue