From a54a1ad1146ac168b03f7737c641b7b76a023f37 Mon Sep 17 00:00:00 2001 From: yuzi-co <vadim@yuzi.co> Date: Sat, 26 Jan 2019 17:25:41 +0200 Subject: [PATCH] v19.01 --- Core.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core.ps1 b/Core.ps1 index fe63652a..fbe27eb1 100644 --- a/Core.ps1 +++ b/Core.ps1 @@ -74,7 +74,7 @@ $ErrorActionPreference = "Continue" $Config = Get-Config $Application = "Forager" -$Release = "18.12" +$Release = "19.01" Log-Message "$Application v$Release" $Host.UI.RawUI.WindowTitle = "$Application v$Release"