Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Gautier authored and Nicholas Gautier committed Nov 28, 2021
1 parent 5ee01ad commit c649832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/Initializations.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function InitializationProgramIdentity()
-Option Constant -Scope Global -ErrorAction SilentlyContinue;

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

# Version Name
Expand All @@ -79,7 +79,7 @@ function InitializationProgramIdentity()

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

Expand Down

0 comments on commit c649832

Please sign in to comment.