Skip to content

Commit

Permalink
push version
Browse files Browse the repository at this point in the history
  • Loading branch information
angelhof committed Feb 21, 2023
1 parent a30f0aa commit 9e56d53
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 @@ -9,7 +9,7 @@
from util import *

## Global
__version__ = "0.10" # FIXME add libdash version
__version__ = "0.11" # 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 9e56d53

Please sign in to comment.