From 45ed4237a7fba18ab435b0fc448b162f86f1f12c Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 23 Jul 2015 10:34:33 -0600 Subject: [PATCH] Version tick: 4.3.6 --- TShockAPI/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index 397a0d38..36623775 100755 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -53,5 +53,5 @@ using System.Runtime.InteropServices; // Also, be sure to release on github with the exact assembly version tag as below // so that the update manager works correctly (via the Github releases api and mimic) -[assembly: AssemblyVersion("4.3.5")] -[assembly: AssemblyFileVersion("4.3.5")] +[assembly: AssemblyVersion("4.3.6")] +[assembly: AssemblyFileVersion("4.3.6")]