Skip to content

Commit

Permalink
chore: update currentVersion var
Browse files Browse the repository at this point in the history
  • Loading branch information
vipexv committed Feb 3, 2024
1 parent fa22089 commit 16f812f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VersionCheck = function(repository)
local resource = GetInvokingResource() or GetCurrentResourceName()

local currentVersion = 'v1.0.1'
local currentVersion = 'v1.0.2'

if currentVersion then
currentVersion = currentVersion:match('%d+%.%d+%.%d+')
Expand Down

0 comments on commit 16f812f

Please sign in to comment.