Skip to content

Commit

Permalink
Release version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian committed Feb 12, 2021
1 parent a6bb85c commit d21f950
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 = "2.1.1-SNAPSHOT";
public static final String METRICS_VERSION = "2.2.0";

private static final ScheduledExecutorService scheduler =
Executors.newScheduledThreadPool(1, task -> new Thread(task, "bStats-Metrics"));
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 2.1.1-SNAPSHOT
version = 2.2.0

0 comments on commit d21f950

Please sign in to comment.