module Crimson
Defined in:
config.crcrimson.cr
Constant Summary
-
BUILD_DATE =
{% if flag?(:win32) %} {{ (`powershell.exe -NoProfile Get-Date -Format \"yyyy-MM-dd\"`).stringify.chomp }} {% else %} {{ (`date +%F`).stringify.chomp }} {% end %}
-
BUILD_HASH =
{{ (env("CRIMSON_HASH")) || (`git rev-parse HEAD`).stringify[0...8] }}
-
VERSION =
"1.0.1"