summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Katz <wycats@Yehuda-Katz.local>2009-11-05 14:31:51 -0800
committerYehuda Katz <wycats@Yehuda-Katz.local>2009-11-05 14:31:51 -0800
commit90d826b3b71495f2d7ea58a2ecaa3427f944524d (patch)
treeb6a96eee0249b571787c6509b3ea010e37c863b3
parentd63bff1467508d11bbaca6b3e3e06c3d6338e3cd (diff)
downloadbundler-0.7.0.tar.gz
Bump version0.7.0
-rw-r--r--lib/bundler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 6668877ad9..277216064f 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -19,7 +19,7 @@ require "bundler/dependency"
require "bundler/remote_specification"
module Bundler
- VERSION = "0.7.0.pre"
+ VERSION = "0.7.0"
class << self
attr_writer :logger