about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--raindrops.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index e428240..59c1d45 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.17.0
+DEF_VER=v0.18.0
 
 LF='
 '
diff --git a/raindrops.gemspec b/raindrops.gemspec
index 0a4e414..80ee957 100644
--- a/raindrops.gemspec
+++ b/raindrops.gemspec
@@ -5,7 +5,7 @@ test_files = manifest.grep(%r{\Atest/test_.*\.rb\z})
 
 Gem::Specification.new do |s|
   s.name = %q{raindrops}
-  s.version = (ENV["VERSION"] ||= '0.17.0').dup
+  s.version = (ENV["VERSION"] ||= '0.18.0').dup
   s.authors = ["raindrops hackers"]
   s.description = File.read('README').split("\n\n")[1]
   s.email = %q{raindrops-public@bogomips.org}