Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Bump to 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Mar 1, 2010
1 parent 1709a6c commit 3636e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bundler.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{bundler}
s.version = "0.9.9"
s.version = "0.9.10"

s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version=
s.authors = ["Carl Lerche", "Yehuda Katz"]
s.date = %q{2010-02-26}
s.date = %q{2010-03-01}
s.default_executable = %q{bundle}
s.email = ["carlhuda@engineyard.com"]
s.executables = ["bundle"]
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler.rb
Expand Up @@ -4,7 +4,7 @@
require 'bundler/rubygems_ext'

module Bundler
VERSION = "0.9.9"
VERSION = "0.9.10"

autoload :Definition, 'bundler/definition'
autoload :Dependency, 'bundler/dependency'
Expand Down

0 comments on commit 3636e98

Please sign in to comment.