From d5cfaa37be9e278c44a25ef448a071390597306e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 18 Jul 2018 01:27:56 -0700 Subject: Upgrading to version 2.3 (main change: "=" instead of "<-" for assignment) --- core/text.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/text.nom') 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 -- cgit v1.2.3