All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eolang.motives.metas.zero-version.md Maven / Gradle / Ivy

There is a newer version: 0.0.15
Show newest version
# 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