From fed164137d33582c5d605e58196affabc854e10b Mon Sep 17 00:00:00 2001 From: libalis <45124869+libalis@users.noreply.github.com> Date: Fri, 22 Apr 2022 21:56:12 +0200 Subject: [PATCH] Day One Bug Fix --- CHANGELOG | 1 + upm.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1cc4d4b..6a19f56 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ [1.1.0] Changelog: +- Bug fixes - Switch to a database - Return of an initial self-updater - Improved efficiency and storage requirements diff --git a/upm.go b/upm.go index 460f736..932d34c 100644 --- a/upm.go +++ b/upm.go @@ -135,7 +135,7 @@ func read() { scanner.Scan() if scanner.Text() == "" { scanner.Scan() - if scanner.Text() == "\t1.0.0" { + if scanner.Text() == "\t" + version + "" { scanner.Scan() if scanner.Text() == "\ttrue" { traditional = "true"