Skip to content

Commit 8b6e300

Browse files
committed
Bump gem patch level.
1 parent 4efc8c4 commit 8b6e300

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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-
github_api (0.9.5)
4+
github_api (0.9.6)
55
faraday (~> 0.8.1)
66
hashie (>= 1.2)
77
multi_json (~> 1.4)

lib/github_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Github
44
module VERSION
55
MAJOR = 0
66
MINOR = 9
7-
PATCH = 5
7+
PATCH = 6
88
BUILD = nil
99

1010
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.');

0 commit comments

Comments
 (0)