File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Translations
58
58
* [ Dutch] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-nl-NL.md )
59
59
* [ French] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fr-FR.md )
60
60
* [ Georgian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ka-GE.md )
61
- * [ German] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-de-GER .md )
61
+ * [ German] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-de-DE .md )
62
62
* [ Greek] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-gr-GR.md )
63
63
* [ Hindi] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-in-HI.md )
64
64
* [ Indonesian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-id-ID.md )
@@ -68,7 +68,7 @@ Translations
68
68
* [ Persian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fa-IR.md )
69
69
* [ Polish] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pl-PL.md )
70
70
* [ Portuguese] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pt-BR.md )
71
- * [ Russian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ru-RUS .md )
71
+ * [ Russian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ru-RU .md )
72
72
* [ Serbian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-rs-RS.md )
73
73
* [ Slovak] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-sk-SK.md )
74
74
* [ Spanish] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md )
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 20
20
from thirdparty .six import unichr as _unichr
21
21
22
22
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23
- VERSION = "1.7.10.2 "
23
+ VERSION = "1.7.10.3 "
24
24
TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
25
25
TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
26
26
VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
You can’t perform that action at this time.
0 commit comments