Skip to content

Commit

Permalink
Display confirmation upon bank deposit; core version now 123
Browse files Browse the repository at this point in the history
  • Loading branch information
raptormama authored Jan 28, 2024
1 parent 7c90495 commit 54203c8
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. 122
File: Core rev. 123
Date: 2024-01-10T02:30Z
Purpose: Core Addon Code
Credits: Code written by Vandesdelca32, updated for Dragonflight by Miragosa
Expand Down Expand Up @@ -39,7 +39,7 @@ end

-- Get a string for the current version of the addon.
function E:GetVerString()
local v, rev = (GetAddOnMetadata(addonName, "VERSION") or "???"), (tonumber('122') or "???")
local v, rev = (GetAddOnMetadata(addonName, "VERSION") or "???"), (tonumber('123') or "???")

--[===[@debug@
-- If this code is run, it's an unpackaged version, show this:
Expand Down

0 comments on commit 54203c8

Please sign in to comment.