From 915e685697eadf2f138a93ce74eaab64f2c63dcd Mon Sep 17 00:00:00 2001 From: DjArt Date: Tue, 15 Oct 2019 03:58:27 +0700 Subject: [PATCH] Version change --- bin/Main.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Main.ps1 b/bin/Main.ps1 index 4139d9b..457e3bc 100644 --- a/bin/Main.ps1 +++ b/bin/Main.ps1 @@ -168,7 +168,7 @@ function Start-Menu Load-Modules Clear-Host Write-Host -ForegroundColor Yellow "--------------------------------------" - Write-Host -ForegroundColor Yellow "-Windows Builder v. 0.0.0.9 by Dj Art-" + Write-Host -ForegroundColor Yellow "-Windows Builder v. 0.0.0.10 by djart-" Write-Host -ForegroundColor Yellow "--------------------------------------" $scripts = (Load-Scripts).Split("`n") for ($i0 = 0; $i0 -lt $scripts.Length; $i0++)