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