diff --git a/rakefile.rb b/rakefile.rb index 1b318b86d..0ac6cfc36 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -6,7 +6,7 @@ puts "Build version is #{BUILD_VERSION}" -TEMPLATE_VERSION = '1.0.0' +TEMPLATE_VERSION = '1.0.1' COMPILE_TARGET = ENV['config'].nil? ? "debug" : ENV['config'] RESULTS_DIR = "artifacts"