From 29be30bfd72475cbb135cc007433024e27cc0196 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 29 Dec 2017 01:58:14 -0500 Subject: [PATCH] bump version --- Rakefile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile.rb b/Rakefile.rb index db88679..4fd8cf7 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.18.0" +@version = "2.19.0" PROJECTS = Dir.glob('src/*').select{|dir| File.directory? dir } desc 'Retrieve things'