Skip to content

Commit

Permalink
Bump version to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BadgerCode committed May 13, 2023
1 parent af53378 commit 32210e0
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.6.0"
Damagelog.VERSION = "3.6.1"

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.6.0
3.6.1

0 comments on commit 32210e0

Please sign in to comment.