Skip to content

Commit

Permalink
Change pash version
Browse files Browse the repository at this point in the history
Signed-off-by: DIMITRIS KARNIKIS <dkarnikis@gmail.com>
  • Loading branch information
dkarnikis committed Dec 17, 2021
1 parent 1c01c58 commit 1ea0bb0
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.5" # FIXME add libdash version
__version__ = "0.6" # 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 1ea0bb0

Please sign in to comment.