Skip to content

Commit dc6f275

Browse files
Bump dev version
1 parent d243ff5 commit dc6f275

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ across Ruby 3.3, 3.4, and 4.0.
1313

1414
See benchmarks/BENCHMARKS.md for instructions on how to reproduce these numbers on your machine.
1515

16+
Contributed by @eglitobias.
17+
18+
GitHub issue: [#86](https://github.com/ruby-amqp/amq-protocol/pull/86)
19+
1620

1721
## Changes between 2.6.0 and 2.7.0 (Mar 31, 2026)
1822

lib/amq/protocol/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module AMQ
22
module Protocol
3-
VERSION = "2.8.0"
3+
VERSION = "2.9.0.pre"
44
end # Protocol
55
end # AMQ

0 commit comments

Comments
 (0)