Skip to content

Commit 7ecbc47

Browse files
committed
bump to v2.0.1
1 parent f9427ca commit 7ecbc47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MPMC (multiple-producers and multiple consumers) enabled.
2020

2121
### v2.0.+
2222

23-
securrity updates
23+
security updates
2424

2525
### v2.0.0 @20220408 - go 1.18+
2626

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 = "ringbuf"
1111
// Version const
12-
Version = "2.0.0"
12+
Version = "2.0.1"
1313
// VersionInt const
14-
VersionInt = 0x020000
14+
VersionInt = 0x020001
1515
)

0 commit comments

Comments
 (0)