Skip to content

Commit 64beecf

Browse files
committed
v0.2.23
1 parent 3e4ec04 commit 64beecf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
## 0.2.x
55

6+
### 0.2.23
7+
8+
* rails 6 support ([PR #83](https://github.com/jenseng/hair_trigger/pull/83))
9+
610
### 0.2.22
711

812
* drop old rubies/railses ([PR #77](https://github.com/jenseng/hair_trigger/pull/77))

lib/hair_trigger/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module HairTrigger
2-
VERSION = "0.2.22"
2+
VERSION = "0.2.23"
33

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

0 commit comments

Comments
 (0)