We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3453e7 commit 0503cb1Copy full SHA for 0503cb1
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>co.npaul.aya</groupId>
8
<artifactId>aya</artifactId>
9
- <version>4.0.0</version>
+ <version>0.5.0</version>
10
11
<properties>
12
<maven.compiler.source>11</maven.compiler.source>
src/aya/StaticData.java
@@ -33,7 +33,7 @@
33
public class StaticData {
34
35
public static final boolean DEBUG = true;
36
- public static final String VERSION_NAME = "v0.4.0";
+ public static final String VERSION_NAME = "v0.5.0";
37
public static final String ayarcPath = "ayarc.aya";
38
public static final boolean PRINT_LARGE_ERRORS = true;
39
public static final String QUIT = "\\Q";
0 commit comments