Open richard-viney opened 6 days ago
The dev tools currently assert the presence of version in the config, but it's not actually mandatory or required for compilation as stated in the comment here:
version
Gleam defaults to a version of 0.1.0 if none is supplied in a project's gleam.toml.
0.1.0
gleam.toml
The dev tools currently assert the presence of
version
in the config, but it's not actually mandatory or required for compilation as stated in the comment here:Gleam defaults to a version of
0.1.0
if none is supplied in a project'sgleam.toml
.