From 360b1c8144bcabcdebe398adef4892ce634020ed Mon Sep 17 00:00:00 2001 From: Ben Wallis Date: Tue, 30 Aug 2016 22:54:31 +0100 Subject: [PATCH] Bumped version to 0.13 --- 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 3f4b255..7a56404 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.12")] +[assembly: AssemblyVersion("0.13")] [assembly: InternalsVisibleTo("Filtration.Tests")] [assembly: InternalsVisibleTo("Filtration.ItemFilterPreview.Tests")]