diff options
author | Eduardo Julian | 2022-06-13 01:55:22 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-13 01:55:22 -0400 |
commit | 289f9de576a7980184339f380d5000f7d71f6d7e (patch) | |
tree | e0ac1c14a496d6bf3139e1e3b600dde73decf208 /stdlib/source/program/aedifex/artifact/snapshot/version | |
parent | 32e730e93f0a88cc537622c854a48eb229419893 (diff) |
New "format" hierarchy.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/aedifex/artifact/snapshot/version/value.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/program/aedifex/artifact/snapshot/version/value.lux b/stdlib/source/program/aedifex/artifact/snapshot/version/value.lux index 26bb272e3..875326058 100644 --- a/stdlib/source/program/aedifex/artifact/snapshot/version/value.lux +++ b/stdlib/source/program/aedifex/artifact/snapshot/version/value.lux @@ -6,7 +6,7 @@ [data ["[0]" product] ["[0]" text - ["%" format]]]]] + ["%" \\format]]]]] ["[0]" /// (.only Snapshot) ["[1][0]" time] ["[1][0]" stamp]]) |