Skip to content
Snippets Groups Projects

add support for multiple toolchains

Merged Alberto Pianon requested to merge ap/clang into master
Files
2
@@ -4,7 +4,7 @@
from dotenv import dotenv_values, find_dotenv # pip install -U python-dotenv
class Settings:
VERSION = "0.8.2"
VERSION = "0.8.3"
PATH_TMP = "apiresponse"
PATH_DEB = "debian"
PATH_USR = "userland"
Loading