Current section

Files

Jump to
caffeine_lang src caffeine_lang common constants.gleam
Raw

src/caffeine_lang/common/constants.gleam

/// The current version of the Caffeine language compiler.
pub const version = "3.0.4"
/// The identifier for the Datadog vendor target.
pub const vendor_datadog = "datadog"