From e79f969b9319d4fd9d4f3210100367f220ae7a29 Mon Sep 17 00:00:00 2001 From: Tomasz Gieniusz Date: Thu, 22 Aug 2013 18:41:42 +0200 Subject: [PATCH] Bump to 1.0.9 --- lib/git_stats/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/git_stats/version.rb b/lib/git_stats/version.rb index c245fbe0c..be8519e7f 100644 --- a/lib/git_stats/version.rb +++ b/lib/git_stats/version.rb @@ -1,4 +1,4 @@ # -*- encoding : utf-8 -*- module GitStats - VERSION = "1.0.8" + VERSION = "1.0.9" end