From 900c80a98f3a7c162ad870c4bb48e46a463bd60e Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sun, 1 Apr 2018 02:25:35 -0400 Subject: [PATCH] bump version --- Rakefile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile.rb b/Rakefile.rb index c0eb2275..4d53f046 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.21.0" +@version = "2.22.0" PROJECTS = Dir.glob('src/*').select{|dir| File.directory? dir } desc 'Retrieve things'