Skip to content

Commit 9912b73

Browse files
authored
Merge pull request #123 from aya-lang/version-0.6.0-SNAPSHOT
Update version to 0.6.0 snapshot
2 parents a3407bd + 228345e commit 9912b73

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>0.5.0</version>
9+
<version>0.6.0-SNAPSHOT</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.5.0";
36+
public static final String VERSION_NAME = "v0.6.0-SNAPSHOT";
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)