Skip to content

Commit

Permalink
Version 1.1.pre.10
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Sep 27, 2011
1 parent c227eea commit 4c45e51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.1.pre.10 (Sep 27, 2011)

Features:

- `config system_bindir foo` added, works like "-n foo" in your .gemrc file

## 1.1.pre.9 (Sep 18, 2011)

Features:
Expand Down
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
# with other versions of bundler and we are unsure how to
# handle this better.
VERSION = "1.1.pre.9" unless defined?(::Bundler::VERSION)
VERSION = "1.1.pre.10" unless defined?(::Bundler::VERSION)
end

0 comments on commit 4c45e51

Please sign in to comment.