From 35db1cc372802879b6d206a09e39a4b1515b060d Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 21 Nov 2021 16:13:32 -0800 Subject: [PATCH] Version tick: 4.5.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 28c98cd4..47217a77 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.5")] -[assembly: AssemblyFileVersion("4.5.5")] +[assembly: AssemblyVersion("4.5.6")] +[assembly: AssemblyFileVersion("4.5.6")]