From 01b7e27a1b602aeb4a7c1f6a5b1d4dc7e5cce80f Mon Sep 17 00:00:00 2001 From: Dan Gershony Date: Sat, 14 Mar 2020 22:14:24 +0000 Subject: [PATCH] Increment asm version --- src/Blockcore/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Blockcore/Properties/AssemblyInfo.cs b/src/Blockcore/Properties/AssemblyInfo.cs index 83be85f9d..9b83ca656 100644 --- a/src/Blockcore/Properties/AssemblyInfo.cs +++ b/src/Blockcore/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: InternalsVisibleTo("Blockcore.Tests")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")] +[assembly: InternalsVisibleTo("Blockcore.Tests")]