Skip to content

Commit

Permalink
Bump version to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed May 7, 2012
1 parent 601f417 commit b58e900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/thor/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Thor
VERSION = "0.15.1"
VERSION = "0.15.2"
end

2 comments on commit b58e900

@postmodern
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you forgot to update CHANGELOG.rdoc? What's new in 0.15?

@sferik
Copy link
Contributor Author

@sferik sferik commented on b58e900 May 7, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the reminder. See c0b8401.

Please sign in to comment.