Skip to content

Commit

Permalink
Version 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BadgerCode committed Apr 17, 2024
1 parent b1add97 commit a927f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/autorun/damagelog_autorun.lua
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion version.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.1
3.10.0

0 comments on commit a927f63

Please sign in to comment.