Skip to content

Commit d827e13

Browse files
authored
Bump version to support the unstable API version (#506)
1 parent 91378c1 commit d827e13

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
@@ -23,7 +23,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.
2323

2424
Using bundler:
2525

26-
gem 'intercom', '~> 3.9.4'
26+
gem 'intercom', '~> 3.9.5'
2727

2828
## Basic Usage
2929

changes.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.9.5
2+
Add Unstable version support
3+
14
3.9.4
25
Add handling for Gateway Timeouts
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.9.4"
2+
VERSION = "3.9.5"
33
end

0 commit comments

Comments
 (0)