We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8124d90 commit 69cc3deCopy full SHA for 69cc3de
CHANGES.TXT
@@ -1,4 +1,8 @@
1
-2002-06-21
+2020-12-12
2
+
3
+ Backport '/' bug fix.
4
5
+2020-06-21
6
7
Reworked Readme. Added Code of Conduct and Contributing docs.
8
pom.xml
@@ -6,7 +6,7 @@
<groupId>gleam-lang</groupId>
<artifactId>gleam</artifactId>
9
- <version>1.0.0</version>
+ <version>1.0.1</version>
10
<dependencies>
11
<dependency>
12
<groupId>junit</groupId>
src/main/java/gleam/Gleam.java
@@ -38,7 +38,7 @@
38
public class Gleam
39
{
40
// Gleam release number
41
- private static final String RELEASE="1.0.0";
+ private static final String RELEASE="1.0.1";
42
43
// Dump env symbol (for debugging)
44
private static final Symbol cEnv = Symbol.makeSymbol("!e");
0 commit comments