Skip to content

Commit

Permalink
Merge pull request #123 from aya-lang/version-0.6.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Update version to 0.6.0 snapshot
  • Loading branch information
nick-paul authored Dec 30, 2024
2 parents a3407bd + 228345e commit 9912b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>co.npaul.aya</groupId>
<artifactId>aya</artifactId>
<version>0.5.0</version>
<version>0.6.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/aya/StaticData.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public class StaticData {

public static final boolean DEBUG = true;
public static final String VERSION_NAME = "v0.5.0";
public static final String VERSION_NAME = "v0.6.0-SNAPSHOT";
public static final String ayarcPath = "ayarc.aya";
public static final boolean PRINT_LARGE_ERRORS = true;
public static final String QUIT = "\\Q";
Expand Down

0 comments on commit 9912b73

Please sign in to comment.