Skip to content

Commit

Permalink
Release v3.48.8
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Jul 29, 2023
1 parent 9bea778 commit 4043e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v3.48.8
* Fixed `sugar.RemoveRecursive()` for column table type

## v3.48.7
Expand Down
2 changes: 1 addition & 1 deletion internal/meta/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
VersionMinor = "48"
VersionPatch = "7"
VersionPatch = "8"
)

const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch

0 comments on commit 4043e54

Please sign in to comment.