diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-18 01:27:56 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-18 01:28:17 -0700 |
| commit | d5cfaa37be9e278c44a25ef448a071390597306e (patch) | |
| tree | 7fbe78b5153bb9c761c283533943ab80da3a1844 /core/text.nom | |
| parent | c7c657d38f999901225b33482ef3a15994526feb (diff) | |
Upgrading to version 2.3 (main change: "=" instead of "<-" for
assignment)
Diffstat (limited to 'core/text.nom')
| -rw-r--r-- | core/text.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/text.nom b/core/text.nom index fa0d908..62ec056 100644 --- a/core/text.nom +++ b/core/text.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.2.4.3 +#!/usr/bin/env nomsu -V2.3.4.3 # This file contains some definitions of text escape sequences, including ANSI console color codes. @@ -66,4 +66,4 @@ lua> ".." return LuaCode.Value(tree.source, lua) end end - end + end
\ No newline at end of file |
