Skip to content

Commit

Permalink
1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Apr 26, 2010
1 parent da6040f commit a956e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion heroku.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Heroku"]
s.date = %q{2010-04-23}
s.date = %q{2010-04-25}
s.default_executable = %q{heroku}
s.description = %q{Client library and command-line tool to manage and deploy Rails apps on Heroku.}
s.email = %q{support@heroku.com}
Expand Down
2 changes: 1 addition & 1 deletion lib/heroku/client.rb
Expand Up @@ -15,7 +15,7 @@
#
class Heroku::Client
def self.version
'1.9.4'
'1.9.5'
end

def self.gem_version_string
Expand Down

0 comments on commit a956e77

Please sign in to comment.