From 619533179cc2011eedfc05c32f2c5c063347a30b Mon Sep 17 00:00:00 2001 From: Michael McKechney Date: Thu, 23 Jun 2022 15:46:45 -0400 Subject: [PATCH] Updating to correct semantic version --- src/AssemblyVersioning.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AssemblyVersioning.cs b/src/AssemblyVersioning.cs index f44b0da0..94bd708b 100644 --- a/src/AssemblyVersioning.cs +++ b/src/AssemblyVersioning.cs @@ -24,5 +24,5 @@ // 2) Update the installer version to match the AssemblyVersion below. // These can be found in SqlBuildManager.Setup -> Organize Your Setup -> General Information -[assembly: AssemblyVersion("14.2.2")] -[assembly: AssemblyFileVersion("14.2.2")] +[assembly: AssemblyVersion("14.3.0")] +[assembly: AssemblyFileVersion("14.3.0")]