From e88f9588045f15166efcb911c6ce207607faf847 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Wed, 18 May 2016 08:29:21 -0400 Subject: [PATCH] bump version --- Rakefile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile.rb b/Rakefile.rb index 121fc0c..697cbab 100644 --- a/Rakefile.rb +++ b/Rakefile.rb @@ -15,7 +15,7 @@ PACKAGES = File.expand_path("packages") TOOLS = File.expand_path("tools") NUGET = File.expand_path("#{TOOLS}/nuget") NUGET_EXE = File.expand_path("#{TOOLS}/nuget/nuget.exe") -@version = "2.1.0" +@version = "2.2.0" PROJECTS = Dir.glob('src/*').select{|dir| File.directory? dir } desc 'Retrieve things'