Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Jan 1, 2024
1 parent ef7a0b3 commit 05ee4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/rgmercs_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local RGMercUtils = require("rgmercs.utils.rgmercs_utils")
local RGMercsLogger = require("rgmercs.utils.rgmercs_logger")
local Set = require("mq.Set")

local Config = { _version = '0.1a', _subVersion = "2023 Larions Song!", _name = "RGMercs Lua Edition", _author = 'Derple, Morisato, Gortar' }
local Config = { _version = '0.2a', _subVersion = "2023 Larions Song!", _name = "RGMercs Lua Edition", _author = 'Derple, Morisato, Gortar' }
Config.__index = Config
Config.settings = {}

Expand Down

0 comments on commit 05ee4cf

Please sign in to comment.