Skip to content

Commit

Permalink
Bumping version to 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Aug 13, 2022
1 parent f7da0af commit 431ecbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Next Release

## 7.0.3 (08/13/2022)

* Replace `Array()` with `Array.wrap()`

## 7.0.2 (05/31/2022)

* Drop growl support
Expand Down
2 changes: 1 addition & 1 deletion lib/bullet/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bullet
VERSION = '7.0.2'
VERSION = '7.0.3'
end

0 comments on commit 431ecbe

Please sign in to comment.