From 7d2b7199d87930096b7fd799709fe0105d51eccb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 9 Nov 2018 14:36:15 -0800 Subject: Lots of cleanups, including expanded use of (... compiles to "text literal") shorthand, deprecating Lua value, and more use of Lua "..." with text interpolations. --- lib/version.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/version.nom') diff --git a/lib/version.nom b/lib/version.nom index 2f4003f..ee9ac92 100644 --- a/lib/version.nom +++ b/lib/version.nom @@ -1,3 +1,3 @@ #!/usr/bin/env nomsu -V4.8.10 # This file sets the current library version. -lua> "NOMSU_LIB_VERSION = 6" +lua> "NOMSU_LIB_VERSION = 7" -- cgit v1.2.3