1/// The current version of the gleam compiler. If this does not match what is 2/// already in the build folder we will not reuse any cached artifacts and 3/// instead build from scratch 4pub const COMPILER_VERSION: &str = env!("CARGO_PKG_VERSION");