From e5cf7ac764e79cb359ac6b0d9349fb95913eed6d Mon Sep 17 00:00:00 2001 From: Patrick Reynolds Date: Thu, 6 Jun 2013 22:44:52 -0500 Subject: [PATCH] bump version to include the new sample files --- github-linguist.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-linguist.gemspec b/github-linguist.gemspec index 252592be..22cf066d 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.6.8' + s.version = '2.6.9' s.summary = "GitHub Language detection" s.authors = "GitHub"