Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Jun 14, 2008
1 parent 33ac074 commit 662d0d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== unreleased
== 1.2.1 (June 14, 2008)

* Exclude multistage:prepare from the multistage:ensure check [Matt Sanders]
* Don't clobber pre-existing stage definitions on
Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/ext/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Ext
module Version #:nodoc:
MAJOR = 1
MINOR = 2
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join(".")
end
Expand Down

0 comments on commit 662d0d7

Please sign in to comment.