Skip to content

Commit

Permalink
Wait to deposit tithe shortened. Incremented core version number
Browse files Browse the repository at this point in the history
Cosmetic (GUI will show correct version number over last commit)
  • Loading branch information
raptormama authored Jan 16, 2024
1 parent 363ae4d commit d9c9c58
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. 121
File: Core rev. 122
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('121') or "???")
local v, rev = (GetAddOnMetadata(addonName, "VERSION") or "???"), (tonumber('122') or "???")

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

0 comments on commit d9c9c58

Please sign in to comment.