Skip to content

Commit

Permalink
Update warp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTimperio authored Sep 20, 2020
1 parent df2b0e2 commit 11d4c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/warp.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def run_macro(name):
args = parser.parse_args()

if args.version:
print('Warp-CLI Version: 3.0.0')
print('Warp-CLI Version: 3.0.1')
os.system('/usr/bin/wdt --version | tr a-z A-Z')
os.system('/bin/echo "FOLLY Version:" `cd /opt/warp-cli/build/folly && /usr/bin/git describe`')

Expand Down

0 comments on commit 11d4c1c

Please sign in to comment.