Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki24 committed Dec 22, 2020
1 parent 2ddf39b commit 35cacf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.5.0 (Next)
## v1.5.0

- Suggest require paths on LoadError ([#143](https://github.com/ruby/did_you_mean/pull/143))

Expand Down
2 changes: 1 addition & 1 deletion lib/did_you_mean/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DidYouMean
VERSION = "1.4.0"
VERSION = "1.5.0"
end

0 comments on commit 35cacf3

Please sign in to comment.