diff --git a/scripts/__version__.py b/scripts/__version__.py index 2443a24..e5a3569 100644 --- a/scripts/__version__.py +++ b/scripts/__version__.py @@ -1,6 +1,6 @@ """frida-gadget version information.""" __title__ = "frida-gadget" -__version__ = "1.4.3" +__version__ = "1.4.4" __description__ = "Automated Frida Gadget injection tool" __url__ = "https://github.com/ksg97031/frida-gadget" __author__ = "ksg97031"