Skip to content

Commit 8b382b0

Browse files
committed
bump version
1 parent 8e6fedf commit 8b382b0

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.25.0"
18+
@version = "2.26.0"
1919
PROJECTS = Dir.glob('src/*').select{|dir| File.directory? dir }
2020

2121
desc 'Retrieve things'

0 commit comments

Comments
 (0)