Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: bump version to 1.8.3 (#310)
Co-authored-by: AI Assistant <ai@devfeel.io>
  • Loading branch information
devfeel and AI Assistant authored Mar 8, 2026
commit 89df7481c4550229256ab23e23e84643a6ac0777
2 changes: 1 addition & 1 deletion consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package dotweb
// Global define
const (
// Version current version
Version = "1.8.1"
Version = "1.8.3"
)

// Log define
Expand Down
Loading