Skip to content

Commit

Permalink
bump version - 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Feb 7, 2024
1 parent d29198d commit 0c3193a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/ghostchu/peerbanhelper/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@Slf4j
public class Main {
public static void main(String[] args) throws InterruptedException {
log.info("PeerBanHelper - v1.0 - by Ghost_chu");
log.info("PeerBanHelper - v1.1 - by Ghost_chu");
Unirest.config()
.setDefaultHeader("User-Agent", "PeerBanHelper/1.1")
.enableCookieManagement(true);
Expand Down

0 comments on commit 0c3193a

Please sign in to comment.