Skip to content

Commit

Permalink
Update core version to 132
Browse files Browse the repository at this point in the history
  • Loading branch information
raptormama authored Oct 23, 2024
1 parent 5185069 commit 8873799
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. 131
File: Core rev. 132
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 = 131
CURRENT_REVISION = 132
local v, rev = (C_AddOns.GetAddOnMetadata(addonName, "VERSION") or "???"), CURRENT_REVISION

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

0 comments on commit 8873799

Please sign in to comment.