Skip to content

Commit

Permalink
Version bump: 0.19.21-2024-11-07 -> 0.19.22-2024-11-09
Browse files Browse the repository at this point in the history
  • Loading branch information
stolsvik committed Nov 9, 2024
1 parent e7c3eee commit 9b07a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ wrapper {

allprojects {
group = 'io.mats3'
version = '0.19.21-2024-11-07'
version = '0.19.22-2024-11-09'

layout.getBuildDirectory().set(new File("build-gradle"))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
public class JmsMatsFactory<Z> implements JmsMatsStatics, JmsMatsStartStoppable, MatsFactory {

private static final String MATS_IMPLEMENTATION_NAME = "JMS Mats3";
private static final String MATS_IMPLEMENTATION_VERSION = "0.19.21-2024-11-07";
private static final String MATS_IMPLEMENTATION_VERSION = "0.19.22-2024-11-09";

public static final String INTERCEPTOR_CLASS_MATS_LOGGING = "io.mats3.intercept.logging.MatsMetricsLoggingInterceptor";
public static final String INTERCEPTOR_CLASS_MATS_METRICS = "io.mats3.intercept.micrometer.MatsMicrometerInterceptor";
Expand Down

0 comments on commit 9b07a1d

Please sign in to comment.