Skip to content

Commit

Permalink
v3.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Leech committed Jul 6, 2023
1 parent 5587c1a commit 730b0d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## HEAD (unreleased)

## 3.0.0.rc1 (6th July 2023)

Authors: Keith Bennett, doits, jstoks, merringtion, thirunjuguna

* fix: exclude bin directory from gem #181
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Please also see the [Wiki](https://github.com/krisleech/wisper/wiki) for more ad
Add this line to your application's Gemfile:

```ruby
gem 'wisper', '2.0.0'
gem 'wisper', '~3.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/wisper/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Wisper
VERSION = "2.0.1"
VERSION = "3.0.0.rc1"
end

0 comments on commit 730b0d7

Please sign in to comment.