Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
googlielmo committed Feb 15, 2022
1 parent 1ed0461 commit 7ee6b3e
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>gleam-lang</groupId>
<artifactId>gleam</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gleam/Gleam.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
public class Gleam {

// Gleam release number
static final String RELEASE = "1.2-SNAPSHOT";
static final String RELEASE = "1.2.0";

// the interactive prompt
static final String PROMPT = "> ";
Expand Down

0 comments on commit 7ee6b3e

Please sign in to comment.