bump version

This commit is contained in:
Tommy Parnell
2017-12-08 10:38:01 -05:00
parent 7bdabb4cb7
commit 0285315e13

View File

@@ -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.17.0"
@version = "2.18.0"
PROJECTS = Dir.glob('src/*').select{|dir| File.directory? dir }
desc 'Retrieve things'