org.eolang.motives.metas.zero-version.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lints Show documentation
Show all versions of lints Show documentation
Style checkers (linters) for EO language
# Zero Version
Objects inside `src/(main|test)` must use `0.0.0` version during the
development.
Incorrect:
```eo
+version 1.2.3
[] > foo
```
Correct:
```eo
+version 0.0.0
[] > foo
```
© 2015 - 2025 Weber Informatics LLC | Privacy Policy