We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a322a commit 485ee65Copy full SHA for 485ee65
README.md
@@ -22,7 +22,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.
22
23
Using bundler:
24
25
- gem 'intercom', "~> 3.0.0b1"
+ gem 'intercom', "~> 3.0.0"
26
27
## Basic Usage
28
lib/intercom/version.rb
@@ -1,3 +1,3 @@
1
module Intercom #:nodoc:
2
- VERSION = "3.0.0b1"
+ VERSION = "3.0.0"
3
end
0 commit comments