Skip to content

Commit

Permalink
Increment patch version and append -SNAPSHOT suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 28, 2023
1 parent 67684dd commit 6660b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/src/main/java/org/bstats/MetricsBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class MetricsBase {
/**
* The version of the Metrics class.
*/
public static final String METRICS_VERSION = "3.0.2";
public static final String METRICS_VERSION = "3.0.3-SNAPSHOT";

private static final String REPORT_URL = "https://bStats.org/api/v2/data/%s";

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 3.0.2
version = 3.0.3-SNAPSHOT

0 comments on commit 6660b2b

Please sign in to comment.