Skip to content

Commit cadf584

Browse files
committed
Bump patch level.
1 parent 83106aa commit cadf584

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.6)
4+
github_api (0.9.7)
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 = 6
7+
PATCH = 7
88
BUILD = nil
99

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

0 commit comments

Comments
 (0)