lib/github_api/v4/client/version.rb in github_api-v4-client-0.1.0 vs lib/github_api/v4/client/version.rb in github_api-v4-client-0.2.0

- old
+ new

@@ -1,7 +1,7 @@ module GithubApi module V4 class Client - VERSION = '0.1.0' + VERSION = '0.2.0' end end end