From 7a17bd3d04745b2e812526677da614722902a38d Mon Sep 17 00:00:00 2001 From: Simon Lee Date: Tue, 16 Jul 2024 20:12:02 +0100 Subject: [PATCH] 3.1.12.2-prod YAML and Update PSProfile - Fixed - GA v2.0.0 --- Microsoft.PowerShell_profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Microsoft.PowerShell_profile.ps1 b/Microsoft.PowerShell_profile.ps1 index f4e5041..28a4372 100644 --- a/Microsoft.PowerShell_profile.ps1 +++ b/Microsoft.PowerShell_profile.ps1 @@ -50,7 +50,7 @@ version: 3.1.12.2 - July 2024 | Minor Script Fixes, From Development to Producti #> # Oh My Posh Profile Version -$profileVersion = '3.1.12.2-dev' +$profileVersion = '3.1.12.2' # GitHub Repository Details $gitRepositoryUrl = "https://api.github.com/repos/smoonlee/oh-my-posh-profile/releases"