Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thekinghim committed May 1, 2024
1 parent b1bfc98 commit 47b5ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ KeystoneCompanionDB = {
}
}

KeystoneCompanion.version = '2.3.3';
KeystoneCompanion.version = '2.3.4';
KeystoneCompanion.buildType = 'release';
KeystoneCompanion.isDev = function() return KeystoneCompanionDB.settings.DevMode end;
KeystoneCompanion.print = function(msg) print("|cffddca2eKeystoneCompanion|r: " .. msg) end;
Expand Down

0 comments on commit 47b5ec3

Please sign in to comment.