diff --git a/src/idaplugin/defs.h b/src/idaplugin/defs.h index afab898..3b6d16a 100644 --- a/src/idaplugin/defs.h +++ b/src/idaplugin/defs.h @@ -93,7 +93,7 @@ class RdGlobalInfo std::string pluginEmail = "support@retdec.com"; std::string pluginURL = "https://retdec.com/"; std::string pluginContact = pluginURL + "\nEMAIL: " + pluginEmail; - std::string pluginVersion = "0.3.1"; + std::string pluginVersion = "0.4"; std::string pluginVersionCheckDate = ""; std::string pluginLatestVersion = ""; std::string pluginHotkey = "Ctrl-d";