From 052cf546d8572dc001f48c42073300759ea142c4 Mon Sep 17 00:00:00 2001 From: Sacha Bruttin Date: Mon, 23 Apr 2018 11:30:59 +0200 Subject: [PATCH] Set version 0.7 --- src/CosmosDbExplorer/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CosmosDbExplorer/Properties/AssemblyInfo.cs b/src/CosmosDbExplorer/Properties/AssemblyInfo.cs index 4e0aae5..2a523e4 100644 --- a/src/CosmosDbExplorer/Properties/AssemblyInfo.cs +++ b/src/CosmosDbExplorer/Properties/AssemblyInfo.cs @@ -51,7 +51,7 @@ // 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.6.0.0")] -[assembly: AssemblyFileVersion("0.6.0.0")] +[assembly: AssemblyVersion("0.7.0.0")] +[assembly: AssemblyFileVersion("0.7.0.0")] [assembly: Guid("D7DCA337-E3E6-4ED9-8AA9-ACCBF9FF59BD")]