From 648bcb659814c2d0d32372383f93749fdac8dc7f Mon Sep 17 00:00:00 2001 From: zzdboy <28206697@qq.com> Date: Tue, 27 Feb 2024 21:57:13 +0800 Subject: [PATCH] Add Version --- version.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 version.go 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"