From a927f636c16e4ef5b2bd4d6a92d48cb28bba47e9 Mon Sep 17 00:00:00 2001 From: Michael Hawkins Date: Wed, 17 Apr 2024 22:09:11 +0100 Subject: [PATCH] Version 3.10.0 --- 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 de195be4..64b65820 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.9.1" +Damagelog.VERSION = "3.10.0" if not file.Exists("damagelog", "DATA") then file.CreateDir("damagelog") diff --git a/version.md b/version.md index 6bd10744..30291cba 100644 --- a/version.md +++ b/version.md @@ -1 +1 @@ -3.9.1 +3.10.0