diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-03-20 15:55:57 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-03-20 15:55:57 -0700 |
| commit | e665d9725c4bb02f4c18d16527367f424cb880fa (patch) | |
| tree | aed161ee6b338c2bad2312591f746459414ccafa /lib/core/init.nom | |
| parent | 606fd090002f3d545cbd58440e96624907846f45 (diff) | |
Auto-updated to 7.0.0 syntax and removed some shims.
Diffstat (limited to 'lib/core/init.nom')
| -rw-r--r-- | lib/core/init.nom | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/core/init.nom b/lib/core/init.nom index 41362c7..84fd3cd 100644 --- a/lib/core/init.nom +++ b/lib/core/init.nom @@ -1,5 +1,6 @@ -#!/usr/bin/env nomsu -V6.15.13.8 -# Export everything +#!/usr/bin/env nomsu -V7.0.0 + +### Export everything export "core/metaprogramming" export "core/operators" export "core/control_flow" @@ -11,4 +12,4 @@ export "core/id" export "core/io" export "core/text" export "core/things" -export "core/time" +export "core/time"
\ No newline at end of file |
