From f06167eacabbc7a8055f74247f509298191b07af Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Wed, 18 Sep 2013 19:02:12 -0700 Subject: [PATCH] Bump to 2.9.5 --- github-linguist.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-linguist.gemspec b/github-linguist.gemspec index 2fde4a68..71846285 100644 --- a/github-linguist.gemspec +++ b/github-linguist.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'github-linguist' - s.version = '2.9.4' + s.version = '2.9.5' s.summary = "GitHub Language detection" s.authors = "GitHub"