9 lines
241 B
Go
9 lines
241 B
Go
|
// 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"
|