Skip to content

Commit

Permalink
bump version to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
angelhof committed Mar 7, 2023
1 parent e7f0274 commit c90f441
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.11" # FIXME add libdash version
__version__ = "0.12" # 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 c90f441

Please sign in to comment.