We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4ec04 commit 64beecfCopy full SHA for 64beecf
CHANGELOG.md
@@ -3,6 +3,10 @@
3
4
## 0.2.x
5
6
+### 0.2.23
7
+
8
+* rails 6 support ([PR #83](https://github.com/jenseng/hair_trigger/pull/83))
9
10
### 0.2.22
11
12
* drop old rubies/railses ([PR #77](https://github.com/jenseng/hair_trigger/pull/77))
lib/hair_trigger/version.rb
@@ -1,5 +1,5 @@
1
module HairTrigger
2
- VERSION = "0.2.22"
+ VERSION = "0.2.23"
def VERSION.<=>(other)
split(/\./).map(&:to_i) <=> other.split(/\./).map(&:to_i)
0 commit comments