From 90658ea408eea96f051d73f4e57342783ba45e90 Mon Sep 17 00:00:00 2001 From: Ryan Sonnek Date: Wed, 15 Oct 2014 19:04:07 +0200 Subject: [PATCH] bump version --- lib/thegarage/gitx/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/thegarage/gitx/version.rb b/lib/thegarage/gitx/version.rb index 91c8de1..cefa2ad 100644 --- a/lib/thegarage/gitx/version.rb +++ b/lib/thegarage/gitx/version.rb @@ -1,5 +1,5 @@ module Thegarage module Gitx - VERSION = '2.7.2' + VERSION = '2.8.0' end end