From ddae0e4eae5ae60eaac76fc52ea18a4555728043 Mon Sep 17 00:00:00 2001 From: Wynn Netherland Date: Tue, 2 Jul 2013 21:14:19 -0500 Subject: [PATCH] Bump version --- lib/octokit/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/octokit/version.rb b/lib/octokit/version.rb index d247e511d..da9514fb3 100644 --- a/lib/octokit/version.rb +++ b/lib/octokit/version.rb @@ -1,3 +1,3 @@ module Octokit - VERSION = "1.24.0" unless defined?(Octokit::VERSION) + VERSION = "1.25.0" unless defined?(Octokit::VERSION) end