From ff24900bd3452ceebc75e420df1ad77a395b1f9e Mon Sep 17 00:00:00 2001 From: rennmaus-coder <77056626+rennmaus-coder@users.noreply.github.com> Date: Sun, 12 Jan 2025 15:05:36 +0100 Subject: [PATCH] promote to release --- ninaAPI/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ninaAPI/Properties/AssemblyInfo.cs b/ninaAPI/Properties/AssemblyInfo.cs index eb0662a..716569e 100644 --- a/ninaAPI/Properties/AssemblyInfo.cs +++ b/ninaAPI/Properties/AssemblyInfo.cs @@ -6,8 +6,8 @@ // [MANDATORY] The assembly versioning //Should be incremented for each new build of a plugin -[assembly: AssemblyVersion("2.1.0.7")] -[assembly: AssemblyFileVersion("2.1.0.7")] +[assembly: AssemblyVersion("2.1.0.8")] +[assembly: AssemblyFileVersion("2.1.0.8")] // [MANDATORY] The name of your plugin [assembly: AssemblyTitle("Advanced API")]