We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c30b5 commit dfd967aCopy full SHA for dfd967a
lib/rest.rb
@@ -7,7 +7,7 @@
7
# requests. See REST::Error for a complete discussion of options.
8
module REST
9
# Library version
10
- VERSION = '0.8.0.pre'
+ VERSION = '0.8.0'
11
12
# Raised when the remote server disconnects when reading the response
13
class DisconnectedError < StandardError; end
0 commit comments