From 461cfcb0795dff750508871669621412375b6986 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Fri, 11 Mar 2016 12:29:33 +0900 Subject: [PATCH] bump version to 11.1.0 --- lib/rake.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rake.rb b/lib/rake.rb index 5c547059f..6cf6e9464 100644 --- a/lib/rake.rb +++ b/lib/rake.rb @@ -21,7 +21,7 @@ #++ module Rake - VERSION = '11.0.1' + VERSION = '11.1.0' end require 'rake/version'