Created
October 12, 2008 01:58
-
-
Save technicalpickles/16355 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rake version:bump:patch | |
(in /Users/nichoj/Projects/clearance) | |
Gem bumped to 0.2.4 | |
(master) ~/Projects/clearance | |
$ rake version:bump:minor | |
(in /Users/nichoj/Projects/clearance) | |
Gem bumped to 0.3.0 | |
(master) ~/Projects/clearance | |
$ rake version:bump:major | |
(in /Users/nichoj/Projects/clearance) | |
Gem bumped to 1.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment