From 2567036747ed33dcd6cbaed04167853357cf6089 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 27 Oct 2016 08:17:57 -0400 Subject: [PATCH] bump version --- Rakefile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile.rb b/Rakefile.rb index 2460cf8..04136ac 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.9.0" +@version = "2.10.0" PROJECTS = Dir.glob('src/*').select{|dir| File.directory? dir } desc 'Retrieve things'