From ee947700f11db3bc70d3341cb7e95da7f8c0e2f3 Mon Sep 17 00:00:00 2001 From: Michael Hawkins Date: Wed, 28 Jul 2021 19:24:36 +0100 Subject: [PATCH] Bump version to 3.4.3 --- lua/autorun/damagelog_autorun.lua | 2 +- version.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/autorun/damagelog_autorun.lua b/lua/autorun/damagelog_autorun.lua index bc0d576f..e3d00b6a 100644 --- a/lua/autorun/damagelog_autorun.lua +++ b/lua/autorun/damagelog_autorun.lua @@ -1,6 +1,6 @@ -- if engine.ActiveGamemode() == 'terrortown' then Damagelog = Damagelog or {} -Damagelog.VERSION = "3.4.2" +Damagelog.VERSION = "3.4.3" if not file.Exists("damagelog", "DATA") then file.CreateDir("damagelog") diff --git a/version.md b/version.md index 4d9d11cf..6cb9d3dd 100644 --- a/version.md +++ b/version.md @@ -1 +1 @@ -3.4.2 +3.4.3