Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Commit 4b225ca

Browse files
committed
Up the version ⬆️
1 parent a6e98cb commit 4b225ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.anas.jdosattacker</groupId>
88
<artifactId>JDosAttacker</artifactId>
9-
<version>1.2.0</version>
9+
<version>1.3.0</version>
1010
<description>A Simple dos attack program implementation using java</description>
1111

1212
<licenses>

src/main/java/com/anas/jdosattacker/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class Main {
1616
private static final ArrayList<Thread> threads;
1717

1818
static {
19-
VERSION = "1.2.0";
19+
VERSION = "1.3.0";
2020
threadsNumber = 0;
2121
threads = new ArrayList<>();
2222
}

0 commit comments

Comments
 (0)