Skip to content

Commit 1376ff3

Browse files
committed
bump to v1.1.3
1 parent 62e63ad commit 1376ff3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
- v1.1.3
4+
- upgrade deps
5+
- security patches
6+
37
- v1.1.1
48
- upgrade deps
59

doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const (
99
// AppName const
1010
AppName = "socketlib"
1111
// Version const
12-
Version = "1.1.1"
12+
Version = "1.1.3"
1313
// VersionInt const
14-
VersionInt = 0x010101
14+
VersionInt = 0x010103
1515
)

0 commit comments

Comments
 (0)