Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit c649832

Browse files
Nicholas GautierNicholas Gautier
authored andcommitted
Version 1.0.0
1 parent 5ee01ad commit c649832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Initializations.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function InitializationProgramIdentity()
7070
-Option Constant -Scope Global -ErrorAction SilentlyContinue;
7171

7272
# Version
73-
Set-Variable -Name "_VERSION_" -Value "1.0.0 [Beta]" `
73+
Set-Variable -Name "_VERSION_" -Value "1.0.0" `
7474
-Option Constant -Scope Global -ErrorAction SilentlyContinue;
7575

7676
# Version Name
@@ -79,7 +79,7 @@ function InitializationProgramIdentity()
7979

8080
# Release Date
8181
# Date Format: DD.MM.YYYY with leading zeros
82-
Set-Variable -Name "_RELEASEDATE_" -Value "30.10.2021" `
82+
Set-Variable -Name "_RELEASEDATE_" -Value "28.11.2021" `
8383
-Option Constant -Scope Global -ErrorAction SilentlyContinue;
8484
} # InitializationProgramIdentity()
8585

0 commit comments

Comments
 (0)