Skip to content

Commit 99486f6

Browse files
committed
Release
1 parent 26f238c commit 99486f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>cz.webstones</groupId>
66
<artifactId>Words</artifactId>
7-
<version>1.13.0-SNAPSHOT</version>
7+
<version>1.13.0-RELEASE</version>
88
<packaging>jar</packaging>
99

1010
<name>Words</name>

src/main/java/cz/webstones/words/Service.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class Service {
4141

4242
private static final Logger LOGGER = Logger.getLogger(Service.class.getName());
4343

44-
public static final String VERSION = "Words 1.13.0 snapshot";
44+
public static final String VERSION = "Words 1.13.0";
4545
public static final String SETUP_FNAME = "setup.properties";
4646
private static final String HISTORY_FNAME = "history.properties";
4747
private static final String APP_DATA_DIR = "WordsData";

0 commit comments

Comments
 (0)