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

Commit

Permalink
3.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Aug 22, 2014
1 parent ff131e4 commit 7104b71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
3.10.3 2014-08-21
=================
Fixed minor issue with recording fork source

3.10.2 2014-08-21
=================
Removed lazy-loading of heroku-api and rest_client (was swallowing errors)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
heroku (3.10.2)
heroku (3.10.3)
heroku-api (~> 0.3.19)
launchy (>= 0.3.2)
netrc (~> 0.7.7)
Expand Down
2 changes: 1 addition & 1 deletion lib/heroku/version.rb
@@ -1,3 +1,3 @@
module Heroku
VERSION = "3.10.2"
VERSION = "3.10.3"
end

0 comments on commit 7104b71

Please sign in to comment.