Skip to content

Commit

Permalink
2.8.0 internal latest number
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranhart committed Jan 11, 2022
1 parent 637d0f9 commit 317546e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
<artifactId>skulls</artifactId>

<name>Skulls</name>
<version>2.7.3</version>
<version>2.8.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
Expand Up @@ -10,7 +10,7 @@
*/
public final class CommandLatest extends SkullsSubCommand {

private final int insertionNumber = 16;
private final int insertionNumber = 24;

public CommandLatest() {
super("latest");
Expand Down

0 comments on commit 317546e

Please sign in to comment.