diff --git a/leapp-install.sh b/leapp-install.sh index 08c4483a76bf2a164f63c973b37bd07b4810c3e6..542f8fe484f29ffbe3bbcc79f8b79a0876c693c0 100644 --- a/leapp-install.sh +++ b/leapp-install.sh @@ -19,7 +19,7 @@ if [ $? -ne 0 ]; then yum -y reinstall python-requests fi -version=0.12.0 +version=0.12.1 tar xf leapp-${version}.tar.gz cd leapp-${version} for p in $(ls ../leapp*.patch)