Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinesh Shah committed May 18, 2021
1 parent dc0c13e commit 059bb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DSC/dsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
package_pattern = '(\d+).(\d+).(\d+).(\d+)'
nodeid_path = '/etc/opt/omi/conf/dsc/agentid'
date_time_format = "%Y-%m-%dT%H:%M:%SZ"
extension_handler_version = "3.0.0.0"
extension_handler_version = "3.0.0.1"
python_command = 'python3' if sys.version_info >= (3,0) else 'python'
dsc_script_path = '/opt/microsoft/dsc/Scripts/python3' if sys.version_info >= (3,0) else '/opt/microsoft/dsc/Scripts'
space_string = " "
Expand Down

0 comments on commit 059bb23

Please sign in to comment.