Skip to content

Commit

Permalink
We're now up to core version 133.
Browse files Browse the repository at this point in the history
  • Loading branch information
raptormama committed Dec 3, 2024
1 parent 61b94b7 commit 148a8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--[[
------------------------------------------------------------------------
Project: GuildTithe Reincarnated
File: Core rev. 132
File: Core rev. 133
Date: 2024-01-10T02:30Z
Purpose: Core Addon Code
Credits: Code written by Vandesdelca32, updated for Dragonflight by Miragosa
Expand Down Expand Up @@ -40,7 +40,7 @@ end

-- Get a string for the current version of the addon.
function E:GetVerString()
CURRENT_REVISION = 132
CURRENT_REVISION = 133
local v, rev = (C_AddOns.GetAddOnMetadata(addonName, "VERSION") or "???"), CURRENT_REVISION

--[===[@debug@
Expand Down

0 comments on commit 148a8e2

Please sign in to comment.