From edbe65454cdf8cda35d344b819baf26de3ac8836 Mon Sep 17 00:00:00 2001 From: funkydude Date: Thu, 22 Sep 2016 02:42:43 +0100 Subject: [PATCH] bump version --- Loader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loader.lua b/Loader.lua index 60a0eb452d..2ab5482ce6 100644 --- a/Loader.lua +++ b/Loader.lua @@ -7,7 +7,7 @@ local bwFrame = CreateFrame("Frame") -- Generate our version variables -- -local BIGWIGS_VERSION = 10 +local BIGWIGS_VERSION = 11 local BIGWIGS_RELEASE_STRING = "" local versionQueryString, versionResponseString = "Q:%d-%s", "V:%d-%s"