summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2009-08-19 10:43:07 -0700
committerCarl Lerche <carllerche@mac.com>2009-08-19 10:43:07 -0700
commitda4afe8d27f7dd37e9b0bd6221b20bab00224c6b (patch)
tree9b0ceb922d44aa058e5c112cf8781ae5c26e2c72
parentbf00e9c769e2f6f1482cb34d15d50a1c8c9f21eb (diff)
downloadbundler-0.4.1.tar.gz
Bump up the version to 0.4.10.4.1
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 38d162814f..cda1cb604a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -6,7 +6,7 @@ require 'spec/rake/spectask'
spec = Gem::Specification.new do |s|
s.name = "bundler"
- s.version = "0.4.0"
+ s.version = "0.4.1"
s.author = "Yehuda Katz"
s.email = "wycats@gmail.com"
s.homepage = "http://github.com/wycats/bundler"