From 2b2a387101a04db5c8a0ee1bd60f99ecb57945a3 Mon Sep 17 00:00:00 2001 From: yuzi-co Date: Sat, 16 Feb 2019 19:36:11 +0200 Subject: [PATCH] 19.02.1 --- Core.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core.ps1 b/Core.ps1 index 33138b97..b3ce682d 100644 --- a/Core.ps1 +++ b/Core.ps1 @@ -74,7 +74,7 @@ $ErrorActionPreference = "Continue" $Config = Get-Config $Application = "Forager" -$Release = "19.02" +$Release = "19.02.1" Log-Message "$Application v$Release" $Host.UI.RawUI.WindowTitle = "$Application v$Release"