Skip to content

Commit 03dc5f8

Browse files
committed
bump to v0.5.3
1 parent 259b145 commit 03dc5f8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
## News
1313

14-
WIP. Here is a pre-release version.
14+
- v0.5.3
15+
- security updates
1516

1617
- v0.5.2
1718
- upgrade deps

doc.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const (
99
// AppName const
1010
AppName = "socketlib"
1111
// Version const
12-
Version = "0.5.2"
12+
Version = "0.5.3"
1313
// VersionInt const
14-
VersionInt = 0x000502
14+
VersionInt = 0x000503
1515
)

0 commit comments

Comments
 (0)