We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0a60b commit bfe62cdCopy full SHA for bfe62cd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 0.8.3 (Next)
2
+
3
+* Your contribution here.
4
5
### 0.8.2 (December 31, 2016)
6
7
#### This version is no longer tested with Ruby < 2.2.
Rakefile
@@ -20,8 +20,6 @@ YARD::Rake::YardocTask.new do |t|
20
t.options = %w(-r README.md)
21
end
22
23
-Bundler::GemHelper.install_tasks
24
-
25
require 'rake/testtask'
26
27
Rake::TestTask.new(:test) do |t|
lib/hyperclient/version.rb
@@ -1,3 +1,3 @@
module Hyperclient
- VERSION = '0.8.2'.freeze
+ VERSION = '0.8.3'.freeze
0 commit comments