Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Apr 16, 2010
1 parent d0cf025 commit 4f03aac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions heroku.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{heroku}
s.version = "1.9.0"
s.version = "1.9.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Heroku"]
s.date = %q{2010-04-14}
s.date = %q{2010-04-16}
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
class Heroku::Client
def self.version
'1.9.0'
'1.9.1'
end

def self.gem_version_string
Expand Down

0 comments on commit 4f03aac

Please sign in to comment.