diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-11 22:45:39 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-11 22:45:39 -0500 |
commit | 4306feebc05a2946eeff332314f151d96a39be39 (patch) | |
tree | ccc9a8f5afef5facb746632ba93fe0f18b68b35a | |
parent | 7eaf66c2dfdc07ecbf3a55b0be3b71fc23eaadbc (diff) | |
download | ytlibre-4306feebc05a2946eeff332314f151d96a39be39.tar.lz ytlibre-4306feebc05a2946eeff332314f151d96a39be39.tar.xz ytlibre-4306feebc05a2946eeff332314f151d96a39be39.zip |
bump version
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ define('ROOT_PATH', preg_replace('/index.php/', '', $_SERVER["DOCUMENT_ROOT"].$_ define('TOOLS_PATH', ROOT_PATH.'tools/'); $titulo="YTLibre"; -$version="1.2.2"; +$version="1.2.3"; /* ---- ---- ---- Generated ---- ---- ---- ---- */ if ( empty($_GET['link']) ) { |