Skip to content

Commit 0503cb1

Browse files
committed
Fix version in pom.xml and update from 0.4 to 0.5
1 parent d3453e7 commit 0503cb1

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
@@ -6,7 +6,7 @@
66

77
<groupId>co.npaul.aya</groupId>
88
<artifactId>aya</artifactId>
9-
<version>4.0.0</version>
9+
<version>0.5.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>11</maven.compiler.source>

src/aya/StaticData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
public class StaticData {
3434

3535
public static final boolean DEBUG = true;
36-
public static final String VERSION_NAME = "v0.4.0";
36+
public static final String VERSION_NAME = "v0.5.0";
3737
public static final String ayarcPath = "ayarc.aya";
3838
public static final boolean PRINT_LARGE_ERRORS = true;
3939
public static final String QUIT = "\\Q";

0 commit comments

Comments
 (0)