Skip to content

Commit

Permalink
v0.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed Sep 4, 2019
1 parent 3e4ec04 commit 64beecf
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
Expand Up @@ -3,6 +3,10 @@

## 0.2.x

### 0.2.23

* rails 6 support ([PR #83](https://github.com/jenseng/hair_trigger/pull/83))

### 0.2.22

* drop old rubies/railses ([PR #77](https://github.com/jenseng/hair_trigger/pull/77))
Expand Down
2 changes: 1 addition & 1 deletion lib/hair_trigger/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HairTrigger
VERSION = "0.2.22"
VERSION = "0.2.23"

def VERSION.<=>(other)
split(/\./).map(&:to_i) <=> other.split(/\./).map(&:to_i)
Expand Down

0 comments on commit 64beecf

Please sign in to comment.