diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-12-10 14:24:00 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-12-10 14:24:00 -0500 |
commit | 3c47f7b72ac0817a66998b46cb9bba316c7ca0e1 (patch) | |
tree | aca4f8834f6053b39e8666709bbb13f8be7d0e34 | |
parent | All python-updater to function when python2 or python3 is not a symlink (diff) | |
download | python-updater-master.tar.gz python-updater-master.tar.bz2 python-updater-master.zip |
Increment version to 0.14HEADpython-updater-0.14master
-rw-r--r-- | python-updater.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-updater.in b/python-updater.in index 271e8b3..d0b6f69 100644 --- a/python-updater.in +++ b/python-updater.in @@ -25,7 +25,7 @@ if [[ "${BASH_VERSINFO[0]}" -lt 4 ]]; then exit 1 fi -VERSION="0.13" +VERSION="0.14" OLD_PYTHON_VERSIONS="" OLD_PYTHON2_VERSIONS="" OLD_PYTHON3_VERSIONS="" |