From b93489685b915871dfeb1792c3ce222548bc7867 Mon Sep 17 00:00:00 2001 From: yuzi-co Date: Mon, 13 Aug 2018 16:52:28 +0300 Subject: [PATCH] v18.08.2 --- Core.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core.ps1 b/Core.ps1 index b11ae3c8..c99babbb 100644 --- a/Core.ps1 +++ b/Core.ps1 @@ -79,7 +79,7 @@ $ErrorActionPreference = "Continue" $Config = Get-Config $Application = "Forager" -$Release = "18.08.1" +$Release = "18.08.2" Log-Message "$Application v$Release" $Host.UI.RawUI.WindowTitle = "$Application v$Release"