Skip to content

Commit 2c0d1e0

Browse files
committed
bump to v1.1.5
1 parent 892fed0 commit 2c0d1e0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

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

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 = "1.1.3"
12+
Version = "1.1.5"
1313
// VersionInt const
14-
VersionInt = 0x010103
14+
VersionInt = 0x010105
1515
)

0 commit comments

Comments
 (0)