From c8778bb1eb34f2c00363d0317a86dad19c3a3e34 Mon Sep 17 00:00:00 2001 From: Ben Wallis Date: Thu, 30 Aug 2018 19:28:32 +0100 Subject: [PATCH] bumped version to 0.19 --- Filtration/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filtration/Properties/AssemblyInfo.cs b/Filtration/Properties/AssemblyInfo.cs index 8980579..aa52475 100644 --- a/Filtration/Properties/AssemblyInfo.cs +++ b/Filtration/Properties/AssemblyInfo.cs @@ -50,7 +50,7 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.18")] +[assembly: AssemblyVersion("0.19")] [assembly: InternalsVisibleTo("Filtration.Tests")] [assembly: InternalsVisibleTo("Filtration.ItemFilterPreview.Tests")]