diff options
author | Andre Arko <andre@arko.net> | 2015-05-28 13:22:18 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2015-05-28 13:22:18 -0700 |
commit | 5b427ef3e5aa0a31633890864dee9ce1ddf244f3 (patch) | |
tree | 57d508bf15830c13c957ee1f90aac10d4ab6c43f /lib/bundler/version.rb | |
parent | a19ebe73b6ba9436ce57956c2a1e1a92150ab018 (diff) | |
download | bundler-1.10.0.tar.gz |
Version 1.10.0 with changelogv1.10.0
Diffstat (limited to 'lib/bundler/version.rb')
-rw-r--r-- | lib/bundler/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index d83055a683..59fbe9c349 100644 --- a/lib/bundler/version.rb +++ b/lib/bundler/version.rb @@ -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.10.0.rc" unless defined?(::Bundler::VERSION) + VERSION = "1.10.0" unless defined?(::Bundler::VERSION) end |