Skip to content

Commit

Permalink
feat: add const of version
Browse files Browse the repository at this point in the history
  • Loading branch information
dapeng committed Nov 19, 2024
1 parent bc37c5e commit b441c15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions goner/xorm/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package xorm
import (
"fmt"
"github.com/gone-io/gone"
"github.com/gone-io/gone/goner"
"github.com/stretchr/testify/assert"
"reflect"
"strconv"
"strings"
Expand Down
3 changes: 3 additions & 0 deletions version.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package gone

const Version = "1.1.1"

0 comments on commit b441c15

Please sign in to comment.