Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Sep 14, 2006
1 parent 4d55193 commit 9a856d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/capistrano/ext/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module Capistrano
module Ext
module Version #:nodoc:
MAJOR = 1
MINOR = 0
TINY = 1
MINOR = 1
TINY = 0

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

0 comments on commit 9a856d1

Please sign in to comment.