Skip to content

Commit

Permalink
Version 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Technetium1 committed Jun 15, 2021
1 parent 4a189c4 commit ed55c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChocolateyUpdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import certifi
import sys

version = "2.4"
version = "2.5"


def printascii():
Expand Down Expand Up @@ -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()

0 comments on commit ed55c08

Please sign in to comment.