Skip to content

Commit

Permalink
Bump version to 1.4.0. New minor version.
Browse files Browse the repository at this point in the history
1.4.0 adds support for Contacts and Groups.
  • Loading branch information
epels committed Sep 15, 2018
1 parent 855ab62 commit 50d8505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/messagebird.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$:.unshift(libdir) unless $:.include?(libdir)

module MessageBird
CLIENT_VERSION = '1.3.3'
CLIENT_VERSION = '1.4.0'
ENDPOINT = 'https://rest.messagebird.com'
end

Expand Down

0 comments on commit 50d8505

Please sign in to comment.