Skip to content

Commit 8541b68

Browse files
authored
Bump to 3.7.1 (#447)
1 parent c749686 commit 8541b68

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.0'
25+
gem 'intercom', '~> 3.7.1'
2626

2727
## Basic Usage
2828

changes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.7.1
2+
Extra version bump after faulty previous bump
3+
14
3.7.0
25
Providing the ability to hard delete users as described here:
36
https://developers.intercom.com/intercom-api-reference/reference#archive-a-user

lib/intercom/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "3.7.0"
2+
VERSION = "3.7.1"
33
end

0 commit comments

Comments
 (0)