Skip to content

Commit

Permalink
dev instead of development
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Feb 14, 2018
1 parent 1031136 commit a03d5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeakAuras/Init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WeakAuras.L = {}
local versionString = GetAddOnMetadata("WeakAuras", "Version");
--@debug@
if versionString == "@project-version@" then
versionString = "Development"
versionString = "Dev"
end
--@end-debug@
WeakAuras.versionString = versionString
Expand Down

0 comments on commit a03d5a3

Please sign in to comment.