From c507fcbefbe188c09af05d23f393a3d2332adc15 Mon Sep 17 00:00:00 2001 From: Andrija Date: Sat, 12 Oct 2019 23:20:14 +0200 Subject: [PATCH] Increment version --- Source/Ruler/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Ruler/AssemblyInfo.cs b/Source/Ruler/AssemblyInfo.cs index c1d7653..7cde406 100644 --- a/Source/Ruler/AssemblyInfo.cs +++ b/Source/Ruler/AssemblyInfo.cs @@ -26,7 +26,7 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.6.0.0")] +[assembly: AssemblyVersion("2.0.0.0")] // // In order to sign your assembly you must specify a key to use. Refer to the