diff --git a/data/xml/errors.xml b/data/xml/errors.xml index f2c41c2df..3079b79b2 100644 --- a/data/xml/errors.xml +++ b/data/xml/errors.xml @@ -1,7 +1,6 @@ - @@ -21,7 +20,6 @@ - @@ -37,7 +35,6 @@ - @@ -59,7 +56,6 @@ - @@ -68,7 +64,6 @@ - @@ -83,7 +78,6 @@ - @@ -95,7 +89,6 @@ - @@ -115,7 +108,6 @@ - @@ -130,7 +122,6 @@ - @@ -138,7 +129,6 @@ - @@ -148,7 +138,6 @@ - @@ -156,39 +145,33 @@ - - - - - - @@ -197,13 +180,11 @@ - - @@ -211,14 +192,16 @@ - - + + + + diff --git a/lib/core/settings.py b/lib/core/settings.py index 98191128c..89549dae9 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -18,7 +18,7 @@ from lib.core.enums import OS from thirdparty.six import unichr as _unichr # sqlmap version (...) -VERSION = "1.4.2.3" +VERSION = "1.4.2.4" TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable" TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34} VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)