From 0ec394f4234239026d189cc81cf38bf6cac1eab9 Mon Sep 17 00:00:00 2001 From: ArcticMarmoset <45583929+ArcticMarmoset@users.noreply.github.com> Date: Mon, 18 Jan 2021 14:10:54 -0500 Subject: [PATCH] Bump SDK version --- Tcmp-SDK/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tcmp-SDK/Properties/AssemblyInfo.cs b/Tcmp-SDK/Properties/AssemblyInfo.cs index 05d72de..c756aed 100644 --- a/Tcmp-SDK/Properties/AssemblyInfo.cs +++ b/Tcmp-SDK/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.9.0.0")] -[assembly: AssemblyFileVersion("0.9.0.0")] +[assembly: AssemblyVersion("0.10.0.0")] +[assembly: AssemblyFileVersion("0.10.0.0")]