summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorKouhei Sutou <kou@clear-code.com>2016-03-04 22:15:11 +0900
committerKouhei Sutou <kou@clear-code.com>2016-03-04 22:15:11 +0900
commitfb95f68d85b2f5a657ef81ed9bdf7d1be54395f5 (patch)
tree11b5b6f5fd879f978aa6bed9511552adcb454632 /tasks
parent455725a5e1b97a9af449994da950cb1f81e5a934 (diff)
downloadrake-compiler-fb95f68d85b2f5a657ef81ed9bdf7d1be54395f5.tar.gz
Bump version
Diffstat (limited to 'tasks')
-rw-r--r--tasks/gem.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/gem.rake b/tasks/gem.rake
index f029022..4a4c23e 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.6"
+ s.version = "0.9.7"
s.platform = Gem::Platform::RUBY
# description and details