Skip to content

Commit

Permalink
Release 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoKnight committed Feb 7, 2024
1 parent eab16b1 commit 4f08a2e
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>me.pseudoknight</groupId>
<artifactId>CHDiscord</artifactId>
<version>2.13.0-SNAPSHOT</version>
<version>2.13.0</version>

<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/pseudoknight/chdiscord/Extension.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class Extension extends AbstractExtension {

public Version getVersion() {
return new SimpleVersion(2,13,0, "SNAPSHOT");
return new SimpleVersion(2,13,0);
}

@Override
Expand Down

0 comments on commit 4f08a2e

Please sign in to comment.