Skip to content

Commit

Permalink
Bump Stanza version.
Browse files Browse the repository at this point in the history
  • Loading branch information
CuppoJava committed Oct 16, 2022
1 parent 13ad980 commit b3ca3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/params.stanza
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public defn compiler-flags () :
to-tuple(COMPILE-FLAGS)

;========= Stanza Configuration ========
public val STANZA-VERSION = [0 17 29]
public val STANZA-VERSION = [0 17 30]
public var STANZA-INSTALL-DIR:String = ""
public var OUTPUT-PLATFORM:Symbol = `platform
public var STANZA-PKG-DIRS:List<String> = List()
Expand Down

0 comments on commit b3ca3c9

Please sign in to comment.