Skip to content

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed May 20, 2020
1 parent 6aaef5e commit 0cad249
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $ docker pull dzikoysk/reposilite
List of available management commands

```bash
Reposilite 2.3.0 Commands:
Reposilite 2.3.2 Commands:
help - List available commands
status - Display metrics
tokens - List all generated tokens
Expand Down
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.3.0</version>
<version>2.3.2</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,7 +22,7 @@

public final class ReposiliteConstants {

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

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

Expand Down

0 comments on commit 0cad249

Please sign in to comment.