Skip to content

Commit 7ee6b3e

Browse files
committed
Release version 1.2.0
1 parent 1ed0461 commit 7ee6b3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>gleam-lang</groupId>
88
<artifactId>gleam</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
<dependencies>
1111
<dependency>
1212
<groupId>org.junit.jupiter</groupId>

src/main/java/gleam/Gleam.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
public class Gleam {
4747

4848
// Gleam release number
49-
static final String RELEASE = "1.2-SNAPSHOT";
49+
static final String RELEASE = "1.2.0";
5050

5151
// the interactive prompt
5252
static final String PROMPT = "> ";

0 commit comments

Comments
 (0)