From ed55c08d8099526cda657eb567bb2a0157f57cc9 Mon Sep 17 00:00:00 2001 From: Technetium1 Date: Tue, 15 Jun 2021 05:46:34 -0400 Subject: [PATCH] Version 2.5 --- ChocolateyUpdate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChocolateyUpdate.py b/ChocolateyUpdate.py index 691da5a..6554e24 100644 --- a/ChocolateyUpdate.py +++ b/ChocolateyUpdate.py @@ -11,7 +11,7 @@ import certifi import sys -version = "2.4" +version = "2.5" def printascii(): @@ -157,7 +157,7 @@ def selfupdate(): system("pause") raise SystemExit else: - print("\nSomething went wrong checking for updates! If this continues report to https://github.com/Technetium1/ChocolateyUpdate\n") + print("\nSomething unexpected happened while updating! If this continues please report to https://github.com/Technetium1/ChocolateyUpdate\n") admincheck()