diff options
author | Kouhei Sutou <kou@clear-code.com> | 2015-01-03 14:43:27 +0900 |
---|---|---|
committer | Kouhei Sutou <kou@clear-code.com> | 2015-01-03 14:43:27 +0900 |
commit | bb409ec17aa8cf2ba70fe159f73bbd7c16fc1994 (patch) | |
tree | b56b296b0571ed25f766e902a0aef0bf982c532d | |
parent | 5c83046e1b1e35d9a37e7d7912dff9811c3b38b3 (diff) | |
download | rake-compiler-bb409ec17aa8cf2ba70fe159f73bbd7c16fc1994.tar.gz |
Bump versionv0.9.5
-rw-r--r-- | tasks/gem.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/gem.rake b/tasks/gem.rake index 2b5356b..144c2b2 100644 --- a/tasks/gem.rake +++ b/tasks/gem.rake @@ -3,7 +3,7 @@ require 'rubygems/package_task' GEM_SPEC = Gem::Specification.new do |s| # basic information s.name = "rake-compiler" - s.version = "0.9.4" + s.version = "0.9.5" s.platform = Gem::Platform::RUBY # description and details |