We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892fed0 commit 2c0d1e0Copy full SHA for 2c0d1e0
CHANGELOG
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+- v1.1.5
4
+ - upgrade deps
5
+ - security patches
6
+
7
- v1.1.3
8
- upgrade deps
9
- security patches
doc.go
@@ -9,7 +9,7 @@ const (
// AppName const
10
AppName = "socketlib"
11
// Version const
12
- Version = "1.1.3"
+ Version = "1.1.5"
13
// VersionInt const
14
- VersionInt = 0x010103
+ VersionInt = 0x010105
15
)
0 commit comments