From 062bac4a08d960f5bffdc5fb0dfc8a2c9677c4f2 Mon Sep 17 00:00:00 2001 From: andrijac Date: Mon, 21 Jan 2019 02:29:23 +0100 Subject: [PATCH] Version increment --- 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 81592ac..be752dd 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.5.0.0")] +[assembly: AssemblyVersion("1.5.0.1")] // // In order to sign your assembly you must specify a key to use. Refer to the