Skip to content

Commit

Permalink
[0.1.44]
Browse files Browse the repository at this point in the history
  • Loading branch information
artpar committed Jan 11, 2024
1 parent a99c348 commit b94a236
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 @@ -10,7 +10,7 @@

<artifactId>unlogged-sdk</artifactId>
<groupId>video.bug</groupId>
<version>0.1.43</version>
<version>0.1.44</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/unlogged/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ public class Constants {

private Constants() {}

public static final String AGENT_VERSION = "0.1.43";
public static final String AGENT_VERSION = "0.1.44";
public static final String METHOD_DEFAULT_NAME = "default value";
}

0 comments on commit b94a236

Please sign in to comment.