We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed0461 commit 7ee6b3eCopy full SHA for 7ee6b3e
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>gleam-lang</groupId>
8
<artifactId>gleam</artifactId>
9
- <version>1.2-SNAPSHOT</version>
+ <version>1.2.0</version>
10
<dependencies>
11
<dependency>
12
<groupId>org.junit.jupiter</groupId>
src/main/java/gleam/Gleam.java
@@ -46,7 +46,7 @@
46
public class Gleam {
47
48
// Gleam release number
49
- static final String RELEASE = "1.2-SNAPSHOT";
+ static final String RELEASE = "1.2.0";
50
51
// the interactive prompt
52
static final String PROMPT = "> ";
0 commit comments