Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ab committed Feb 19, 2017
1 parent 97609a0 commit 87f02d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/restclient/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RestClient
VERSION_INFO = [2, 0, 0] unless defined?(self::VERSION_INFO)
VERSION_INFO = [2, 0, 1] unless defined?(self::VERSION_INFO)
VERSION = VERSION_INFO.map(&:to_s).join('.') unless defined?(self::VERSION)

def self.version
Expand Down

0 comments on commit 87f02d9

Please sign in to comment.