Skip to content

Commit

Permalink
Change main version
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com>
  • Loading branch information
angelhof committed Aug 25, 2022
1 parent 4910d92 commit ce64889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from util import *

## Global
__version__ = "0.9" # FIXME add libdash version
__version__ = "0.10" # FIXME add libdash version
GIT_TOP_CMD = [ 'git', 'rev-parse', '--show-toplevel', '--show-superproject-working-tree']
if 'PASH_TOP' in os.environ:
PASH_TOP = os.environ['PASH_TOP']
Expand Down

0 comments on commit ce64889

Please sign in to comment.