Skip to content

Commit

Permalink
Merge pull request #263 from Bestride/develop
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
DanSheps committed Oct 11, 2023
2 parents 4b9e436 + 8464d32 commit d6cccb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BeStride_Wrath.toc
@@ -1,4 +1,4 @@
## Interface: 30400
## Interface: 30403

## Title: BeStride
## Notes: Manages your Mounts
Expand Down
4 changes: 4 additions & 0 deletions Versions/Common/bestride.lua
Expand Up @@ -188,6 +188,10 @@ function BeStride:ChatCommand(input)
local status, err = pcall(BeStride_Mount:Regular())
print(err.code)
end
elseif command == "version" then
interface_version = select(4, GetBuildInfo())
print("Addon Version: " .. version)
print("WoW Interface Version: " .. interface_version)
else
print("/br - Open Main Configuration Dialog and print help")
print("/br options - Open options Dialog")
Expand Down

0 comments on commit d6cccb2

Please sign in to comment.