Skip to content

Commit 01e1bad

Browse files
committed
Increment version.
1 parent f13e925 commit 01e1bad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/build-stanza-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# like 1.23.45
88
#
99
# Use version 0.17.56 to compile 0.18.0
10-
0.18.45
10+
0.18.59

compiler/params.stanza

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public defn compiler-flags () :
1818
to-tuple(COMPILE-FLAGS)
1919

2020
;========= Stanza Configuration ========
21-
public val STANZA-VERSION = [0 18 59]
21+
public val STANZA-VERSION = [0 18 60]
2222
public var STANZA-INSTALL-DIR:String = ""
2323
public var OUTPUT-PLATFORM:Symbol = `platform
2424
public var STANZA-PKG-DIRS:List<String> = List()

0 commit comments

Comments
 (0)