Skip to content

Commit f3bea68

Browse files
author
Github Actions
committed
[Pipeline] Release v0.104
1 parent 6e6650b commit f3bea68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

model/src/main/resources/config.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jsql.version = 0.103
1+
jsql.version = 0.104
22

33
github.url = https://github.com/ron190/jsql-injection
44
github.issues.url = https://api.github.com/repos/ron190/jsql-injection/issues

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</modules>
1313

1414
<properties>
15-
<revision>v0.103</revision>
15+
<revision>v0.104</revision>
1616
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
1717

1818
<maven.compiler.source>11</maven.compiler.source>

web/services/jsql-injection.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.103",
2+
"version": "0.104",
33
"news": [
44
"[New feature, thanks @mrdragonblack] UDF shell added to new tab Exploit, now run system command on remote easily",
55
"[UDF] What is UDF and how to use it explained on GitHub at https://github.com/ron190/jsql-injection/wiki/Exploit",

0 commit comments

Comments
 (0)