diff options
author | Eduardo Julian | 2021-11-08 22:20:54 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-11-08 22:20:54 -0400 |
commit | 1b110d177a8bc12776a6d24bd6d3f693abe5ba2a (patch) | |
tree | c3e4bccc752504fb5bc19b14f3c003d88f66d77a /stdlib/source/library/lux/tool/compiler | |
parent | 651c7afff45f7f6c6b16d873d699ef0f7c890246 (diff) |
Added the carriage return for better Windows compatibility.
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler')
-rw-r--r-- | stdlib/source/library/lux/tool/compiler/language/lux/version.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/language/lux/version.lux b/stdlib/source/library/lux/tool/compiler/language/lux/version.lux index 22c388a4c..c9ffff258 100644 --- a/stdlib/source/library/lux/tool/compiler/language/lux/version.lux +++ b/stdlib/source/library/lux/tool/compiler/language/lux/version.lux @@ -6,4 +6,4 @@ (def: .public version Version - 00,06,04) + 00,06,05) |