Skip to content

Commit 6c2997f

Browse files
authored
bump version to 0.2.0
1 parent 84f55cb commit 6c2997f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
octopoller (0.1.0)
4+
octopoller (0.2.0)
55

66
GEM
77
remote: https://rubygems.org/

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
1. Update the version
77
1. Checkout `master`
88
1. Update the constant in `lib/octopoller/version.rb` (when `bundle` is executed the version in the `Gemfile.lock` will be updated)
9+
1. Run `bin/setup` so that `Gemfile.lock` will be updated with the new version
910
1. Commit and push directly to `master`
1011
1. Run the `script/release` script to cut a release
1112
1. Draft a new release at <https://github.com/octokit/octopoller.rb/releases/new> containing the changelog from step 1

lib/octopoller/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Octopoller
2-
VERSION = "0.1.0"
2+
VERSION = "0.2.0"
33
end

0 commit comments

Comments
 (0)