Merge pull request #2114 from github/release-4.4.0

Release v4.4.0
This commit is contained in:
Adam Roben
2015-02-16 10:19:41 -05:00
23 changed files with 23 additions and 23 deletions

View File

@@ -1,3 +1,3 @@
module Linguist module Linguist
VERSION = "4.3.1" VERSION = "4.4.0"
end end

View File

@@ -1,6 +1,6 @@
{ {
"repository": "https://github.com/github/linguist", "repository": "https://github.com/github/linguist",
"dependencies": { "dependencies": {
"season": "~>3.0" "season": "~>5.0"
} }
} }