Add Version

This commit is contained in:
zzdboy 2024-02-27 21:57:13 +08:00
parent 63222312b2
commit 648bcb6598
1 changed files with 8 additions and 0 deletions

8
version.go Normal file
View File

@ -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"