Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Aug 20, 2010
1 parent 4da2883 commit 7609e74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'

s.name = 'grit'
s.version = '2.1.0'
s.date = '2010-08-04'
s.version = '2.2.0'
s.date = '2010-08-19'
s.rubyforge_project = 'grit'

s.summary = "Ruby Git bindings."
Expand Down
2 changes: 1 addition & 1 deletion lib/grit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
require 'grit/merge'

module Grit
VERSION = '2.1.0'
VERSION = '2.2.0'

class << self
# Set +debug+ to true to log all git calls and responses
Expand Down

0 comments on commit 7609e74

Please sign in to comment.