From f3f0fc8886602d54d8db457841822ac6d6d5c95c Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 29 Nov 2021 21:26:31 -0800 Subject: [PATCH] Version tick: 4.5.11 --- 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 84fff750..3a2c541d 100644 --- 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.5.10")] -[assembly: AssemblyFileVersion("4.5.10")] +[assembly: AssemblyVersion("4.5.11")] +[assembly: AssemblyFileVersion("4.5.11")]