Now it is possible to install multiple versions of atta. This makes easy to execute projects developed in different versions, because the correct version can be used. Only tested on linux for now.
Example: if version 0.0.3.1 and 0.0.3.3 are installed. Three executables are installed:
/usr/local/bin/atta-0.0.3.1
/usr/local/bin/atta-0.0.3.2
/usr/local/bin/atta (Will be a copy of the last version installed)
It is also possible to restart atta with another version:
Now it is possible to install multiple versions of atta. This makes easy to execute projects developed in different versions, because the correct version can be used. Only tested on linux for now.
Example: if version
0.0.3.1
and0.0.3.3
are installed. Three executables are installed:/usr/local/bin/atta-0.0.3.1
/usr/local/bin/atta-0.0.3.2
/usr/local/bin/atta
(Will be a copy of the last version installed)It is also possible to restart atta with another version:
Please check the issue #16 for details.