Skip to content

Commit 2cc4767

Browse files
committed
Bump version to 6.0.0.
1 parent fcbcea5 commit 2cc4767

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 6.0.0 — March 21st, 2024
44

55
* Add support for Ruby 3.3. (Tristan Dunn)
66
* Drop support for Ruby 3.0. (Tristan Dunn)

lib/pusher-fake.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# A Pusher fake.
1010
module PusherFake
1111
# The current version string.
12-
VERSION = "5.0.0"
12+
VERSION = "6.0.0"
1313

1414
autoload :Channel, "pusher-fake/channel"
1515
autoload :Configuration, "pusher-fake/configuration"

pusher-fake.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "pusher-fake"
5-
s.version = "5.0.0"
5+
s.version = "6.0.0"
66
s.platform = Gem::Platform::RUBY
77
s.authors = ["Tristan Dunn"]
88
s.email = "hello@tristandunn.com"

0 commit comments

Comments
 (0)