-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create v1.5.1 in order to fix version.rb (#170)
* Create v1.5.1 in order to fix version.rb * Update CHANGELOG to add the correct pull request ID for the last change * Add prefix "v" to versions 1.4.0 and newer ones to keep compatibility
- Loading branch information
1 parent
9a35e03
commit 1905002
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
module Sidekiq | ||
module Statistic | ||
VERSION = '1.4.0' | ||
VERSION = '1.5.1' | ||
end | ||
end |