Skip to content

Commit 22c830d

Browse files
committed
bump version
1 parent 0645705 commit 22c830d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
TOOLS = File.expand_path("tools")
1616
NUGET = File.expand_path("#{TOOLS}/nuget")
1717
NUGET_EXE = File.expand_path("#{TOOLS}/nuget/nuget.exe")
18-
@version = "2.22.0"
18+
@version = "2.23.0"
1919
PROJECTS = Dir.glob('src/*').select{|dir| File.directory? dir }
2020

2121
desc 'Retrieve things'

0 commit comments

Comments
 (0)