From d5d7c19a300bc7a4cea4847a75ab36b3693125fd Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Tue, 12 Jun 2018 21:58:07 -0400 Subject: [PATCH] bump version --- Rakefile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile.rb b/Rakefile.rb index 074b75dd..05d62fd1 100644 --- a/Rakefile.rb +++ b/Rakefile.rb @@ -15,7 +15,7 @@ TOOLS = File.expand_path("tools") NUGET = File.expand_path("#{TOOLS}/nuget") NUGET_EXE = File.expand_path("#{TOOLS}/nuget/nuget.exe") -@version = "2.23.0" +@version = "2.24.0" PROJECTS = Dir.glob('src/*').select{|dir| File.directory? dir } desc 'Retrieve things'