Skip to content

Commit

Permalink
GH-62 Release Reposilite 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed May 18, 2020
1 parent 3f3523e commit 98371cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.panda-lang</groupId>
<artifactId>reposilite</artifactId>
<version>2.2.2</version>
<version>2.3.0</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

public final class ReposiliteConstants {

public static final String VERSION = "2.2.2";
public static final String VERSION = "2.3.0";

static final String GREETING_MESSAGE = ansi().bold().fg(Color.MAGENTA).a("Reposilite ").reset().a(ReposiliteConstants.VERSION).toString();
static final String GREETING_MESSAGE = ansi().bold().fg(Color.GREEN).a("Reposilite ").reset().a(ReposiliteConstants.VERSION).reset().toString();

public static final String CONFIGURATION_FILE_NAME = "reposilite.yml";

Expand Down
1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.3.0

0 comments on commit 98371cb

Please sign in to comment.