We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9427ca commit 7ecbc47Copy full SHA for 7ecbc47
README.md
@@ -20,7 +20,7 @@ MPMC (multiple-producers and multiple consumers) enabled.
20
21
### v2.0.+
22
23
-securrity updates
+security updates
24
25
### v2.0.0 @20220408 - go 1.18+
26
doc.go
@@ -9,7 +9,7 @@ const (
9
// AppName const
10
AppName = "ringbuf"
11
// Version const
12
- Version = "2.0.0"
+ Version = "2.0.1"
13
// VersionInt const
14
- VersionInt = 0x020000
+ VersionInt = 0x020001
15
)
0 commit comments