diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> | 2011-12-25 00:41:33 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> | 2011-12-25 00:41:33 +0000 |
commit | cefe1d34c4fe24bc7a779467298fe044705fa4dc (patch) | |
tree | 13c1f2146e670c2a60256abc8c2c3284fe12d54a | |
parent | Fix some messages. (diff) | |
download | python-updater-cefe1d34c4fe24bc7a779467298fe044705fa4dc.tar.gz python-updater-cefe1d34c4fe24bc7a779467298fe044705fa4dc.tar.bz2 python-updater-cefe1d34c4fe24bc7a779467298fe044705fa4dc.zip |
Update version.
-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="" |