Skip to content

Commit

Permalink
update: preparing version for pull request 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samfces committed Oct 13, 2022
1 parent c86d4b6 commit 4767678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.v4guard</groupId>
<artifactId>v4guard-plugin</artifactId>
<version>1.1.2b</version>
<version>1.1.3</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/v4guard/plugin/core/v4GuardCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class v4GuardCore {
private BackendConnector backendConnector;
private CheckManager checkManager;

public static final String pluginVersion = "1.1.2b";
public static final String pluginVersion = "1.1.3";

private boolean debug = false;
private v4GuardMode pluginMode;
Expand Down

0 comments on commit 4767678

Please sign in to comment.