diff options
Diffstat (limited to 'python-updater')
-rwxr-xr-x | python-updater | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-updater b/python-updater index e2343ac..34f3e2a 100755 --- a/python-updater +++ b/python-updater @@ -25,7 +25,7 @@ if [[ "${BASH_VERSINFO[0]}" -lt 4 ]]; then exit 1 fi -VERSION="0.9" +VERSION="0.10" OLD_PYTHON_VERSIONS="" OLD_PYTHON2_VERSIONS="" OLD_PYTHON3_VERSIONS="" |