diff --git a/Rakefile b/Rakefile index 9edb0e0..a6666bd 100644 --- a/Rakefile +++ b/Rakefile @@ -4,7 +4,7 @@ require 'rake/clean' -VERSION = 'v1.0.0' +VERSION = 'v1.1.0' GITHASH = `git rev-parse --short HEAD` DATE = Time.now.strftime '%Y%m%d%H%M%S'