Skip to content

Commit

Permalink
bump to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Jun 24, 2022
1 parent 4d1176b commit 4605c13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [5.0.0][] (TBD)
# [5.0.0][] (2022-06-24)

## Changed

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ handles your verbs.
Add it to your Gemfile:

``` rb
gem 'active_interaction', '~> 4.1'
gem 'active_interaction', '~> 5.0'
```

Or install it manually:

``` sh
$ gem install active_interaction --version '~> 4.1'
$ gem install active_interaction --version '~> 5.0'
```

This project uses [Semantic Versioning][]. Check out [GitHub releases][] for a
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module ActiveInteraction
# The version number.
#
# @return [Gem::Version]
VERSION = Gem::Version.new('4.1.0')
VERSION = Gem::Version.new('5.0.0')
end

0 comments on commit 4605c13

Please sign in to comment.