Skip to content

Commit bfe62cd

Browse files
committed
Preparing for next development iteration, 0.8.3.
1 parent 8e0a60b commit bfe62cd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.8.3 (Next)
2+
3+
* Your contribution here.
4+
15
### 0.8.2 (December 31, 2016)
26

37
#### This version is no longer tested with Ruby < 2.2.

Rakefile

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ YARD::Rake::YardocTask.new do |t|
2020
t.options = %w(-r README.md)
2121
end
2222

23-
Bundler::GemHelper.install_tasks
24-
2523
require 'rake/testtask'
2624

2725
Rake::TestTask.new(:test) do |t|

lib/hyperclient/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hyperclient
2-
VERSION = '0.8.2'.freeze
2+
VERSION = '0.8.3'.freeze
33
end

0 commit comments

Comments
 (0)