aboutsummaryrefslogtreecommitdiffstats
path: root/bundler.gemspec
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-02-03 22:44:46 -0800
committerCarl Lerche <carllerche@mac.com>2010-02-03 22:50:33 -0800
commitc4069f372a0318cb1af79782e6a0ee0c2c745bd7 (patch)
treefbcb0dfe8c9447533c6b4f143d8c477f56d23403 /bundler.gemspec
parent4ebd4da3ec4220c448aa16dd096b35008532fa43 (diff)
downloadbundler-c4069f372a0318cb1af79782e6a0ee0c2c745bd7.tar.gz
Bump up the version
Diffstat (limited to 'bundler.gemspec')
-rw-r--r--bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 48ba6fe0..84ee546b 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = %q{bundler}
- s.version = "0.9.0.pre6"
+ s.version = "0.9.1.pre1"
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version=
s.authors = ["Carl Lerche", "Yehuda Katz"]