From 4cb6a5eb4b622343e6876710a2f2f1f38adc64c4 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Wed, 16 Feb 2022 19:55:06 -0800 Subject: [PATCH] Really version tick to 4.5.13 this time. --- 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 df44eb86..d3abb901 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.12")] -[assembly: AssemblyFileVersion("4.5.12")] +[assembly: AssemblyVersion("4.5.13")] +[assembly: AssemblyFileVersion("4.5.13")]