From 32210e093746899af76c892107ff3d641bea5967 Mon Sep 17 00:00:00 2001 From: Michael Hawkins Date: Sat, 13 May 2023 20:24:57 +0100 Subject: [PATCH] Bump version to 3.6.1 --- 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 aa56d61c..69d1e686 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.6.0" +Damagelog.VERSION = "3.6.1" if not file.Exists("damagelog", "DATA") then file.CreateDir("damagelog") diff --git a/version.md b/version.md index 40c341bd..9575d51b 100644 --- a/version.md +++ b/version.md @@ -1 +1 @@ -3.6.0 +3.6.1