Is it possible to access zig compiler version inside zig code?
I want something like “0.11.0-dev.980+601ab9a25” to be included inside my code.
I don’t see anything related in builtin.zig and grep didn’t find anything with ‘0.11.0’ string inside installed files.
Workaround would be to have build.zig to generate that information inside file which could be included later.