summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKouhei Sutou <kou@clear-code.com>2014-12-28 13:26:28 +0900
committerKouhei Sutou <kou@clear-code.com>2014-12-28 13:26:28 +0900
commit85470e26dab5688e35b23c3666afaed2b84c4e6e (patch)
treee66b1c4caa0922253789298260668935e13d04bf
parentaf0c4c4a370cdb6c46907e6892afea9ac4fa0cdc (diff)
downloadrake-compiler-85470e26dab5688e35b23c3666afaed2b84c4e6e.tar.gz
Bump version
-rw-r--r--tasks/gem.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/gem.rake b/tasks/gem.rake
index 72cd153..2b5356b 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.3"
+ s.version = "0.9.4"
s.platform = Gem::Platform::RUBY
# description and details