Skip to content

Commit

Permalink
1.6.13-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
lt-name committed Dec 30, 2023
1 parent dd6dc46 commit 331afc0
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>cn.lanink</groupId>
<artifactId>MemoriesOfTime-GameCore</artifactId>
<version>1.6.12<!-- -SNAPSHOT--></version>
<version>1.6.13-SNAPSHOT</version>

<name>MemoriesOfTime-GameCore</name>
<description>MemoriesOfTime-GameCore -- A dependency</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ public interface ProtocolVersion extends ProtocolInfo {
int v1_20_30_24 = 617;
int v1_20_30 = 618;
int v1_20_40 = 622;

int v1_20_50 = 630;
}

0 comments on commit 331afc0

Please sign in to comment.