xorm/version.go

9 lines
241 B
Go
Raw Normal View History

2024-02-27 13:57:13 +00:00
// 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"