Skip to content

Commit

Permalink
set a unique version
Browse files Browse the repository at this point in the history
  • Loading branch information
brettporter committed Nov 28, 2012
1 parent 1c079a8 commit 7b9508f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Expand Up @@ -2,5 +2,5 @@ module Bundler
# We're doing this because we might write tests that deal # We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to # with other versions of bundler and we are unsure how to
# handle this better. # handle this better.
VERSION = "1.3.0.brettporter" unless defined?(::Bundler::VERSION) VERSION = "1.3.0.1c079a80" unless defined?(::Bundler::VERSION)
end end

0 comments on commit 7b9508f

Please sign in to comment.