From b1525df06fc9e2638b43b90b08e2e83d51def63a Mon Sep 17 00:00:00 2001 From: Patrick Yates Date: Thu, 12 May 2016 00:14:58 +1000 Subject: [PATCH] Bump version number --- BeatDetection/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeatDetection/Properties/AssemblyInfo.cs b/BeatDetection/Properties/AssemblyInfo.cs index ad99d86..c00d77e 100644 --- a/BeatDetection/Properties/AssemblyInfo.cs +++ b/BeatDetection/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ // 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.10.*")] +[assembly: AssemblyVersion("0.11.*")]