Skip to content

Commit 20dcfc5

Browse files
authored
Jonny/bump to 3.7.2 (#455)
1 parent 9a3c13a commit 20dcfc5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.
2222

2323
Using bundler:
2424

25-
gem 'intercom', '~> 3.7.1'
25+
gem 'intercom', '~> 3.7.2'
2626

2727
## Basic Usage
2828

changes.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.7.2
2+
Added error handling for when an app's custom attribute limits have been reached.
3+
14
3.7.1
25
Extra version bump after faulty previous bump
36

lib/intercom/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "3.7.1"
2+
VERSION = "3.7.2"
33
end

0 commit comments

Comments
 (0)