Skip to content

Commit

Permalink
Bump version to 6.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Mar 21, 2024
1 parent fcbcea5 commit 2cc4767
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 6.0.0 — March 21st, 2024

* Add support for Ruby 3.3. (Tristan Dunn)
* Drop support for Ruby 3.0. (Tristan Dunn)
Expand Down
2 changes: 1 addition & 1 deletion lib/pusher-fake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# A Pusher fake.
module PusherFake
# The current version string.
VERSION = "5.0.0"
VERSION = "6.0.0"

autoload :Channel, "pusher-fake/channel"
autoload :Configuration, "pusher-fake/configuration"
Expand Down
2 changes: 1 addition & 1 deletion pusher-fake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "pusher-fake"
s.version = "5.0.0"
s.version = "6.0.0"
s.platform = Gem::Platform::RUBY
s.authors = ["Tristan Dunn"]
s.email = "[email protected]"
Expand Down

0 comments on commit 2cc4767

Please sign in to comment.