diff --git a/totalRP3/__version.lua b/totalRP3/__version.lua index f539bee83..c4102172a 100644 --- a/totalRP3/__version.lua +++ b/totalRP3/__version.lua @@ -40,4 +40,4 @@ TRP3_API.VERSION_DISPLAY = "-dev"; --@end-debug@ --- Legacy version number (we keep it for now, it should go in the long term) -TRP3_API.LEGACY_VERSION = 67; +TRP3_API.LEGACY_VERSION = 68; diff --git a/totalRP3/core/impl/globals.lua b/totalRP3/core/impl/globals.lua index ee134162a..71f154965 100644 --- a/totalRP3/core/impl/globals.lua +++ b/totalRP3/core/impl/globals.lua @@ -50,7 +50,7 @@ TRP3_API.globals = { addon_name_me = "Total RP 3", addon_id_length = 15, - version = 67, + version = 68, --@debug@ version_display = "-dev",