Skip to content

Commit

Permalink
v0.8.10
Browse files Browse the repository at this point in the history
Bug fixes for nodes including a fix for the MCP worker.
  • Loading branch information
olixr authored Apr 23, 2020
1 parent ca42b38 commit 7c84152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mudpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
print('_________________________________________________')
print('')
print('Eric Davisson @theDavisson')
print('Version: ', CONFIGS.get('version', '0.8.7'))
print('Version: ', CONFIGS.get('version', '0.8.10'))
print('\033[0;0m')

if CONFIGS['debug'] is True:
Expand Down

0 comments on commit 7c84152

Please sign in to comment.