From d2fe188001882a38cbcb9eaa473ca85a3992b12b Mon Sep 17 00:00:00 2001 From: White Date: Mon, 26 Oct 2015 17:14:53 +1030 Subject: [PATCH] Version tick --- 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 8dadf123..154a8c13 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.10")] -[assembly: AssemblyFileVersion("4.3.10")] +[assembly: AssemblyVersion("4.3.11")] +[assembly: AssemblyFileVersion("4.3.11")]