lib/bundler.rb in bundler-0.9.0.pre5 vs lib/bundler.rb in bundler-0.9.0
- old
+ new
@@ -2,10 +2,10 @@
require 'pathname'
require 'yaml'
require 'bundler/rubygems'
module Bundler
- VERSION = "0.9.0.pre5"
+ VERSION = "0.9.0"
autoload :Definition, 'bundler/definition'
autoload :Dependency, 'bundler/dependency'
autoload :Dsl, 'bundler/dsl'
autoload :Environment, 'bundler/environment'
\ No newline at end of file