zls/src/shared.zig
2023-01-28 22:42:13 +00:00

14 lines
226 B
Zig

//! Specifically shared between both build.zig and main app code.
pub const ZigVersion = enum {
master,
@"0.7.0",
@"0.7.1",
@"0.8.0",
@"0.8.1",
@"0.9.0",
@"0.9.1",
@"0.10.0",
@"0.10.1",
};