Skip to content

Commit a8705d6

Browse files
committed
Bump version.
1 parent 073591c commit a8705d6

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.4.9)
4+
github_api (0.4.10)
55
faraday (~> 0.7.6)
66
hashie (~> 1.2.0)
77
multi_json (~> 1.0)

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 = 4
7-
PATCH = 9
7+
PATCH = 10
88
BUILD = nil
99

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

0 commit comments

Comments
 (0)