Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Jul 1, 2019
1 parent db22c18 commit 7a82292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/UniversalDashboard/New-UDModuleManifest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ param(

Remove-Item (Join-Path $outputDirectory 'UniversalDashboard.Community.psd1') -ErrorAction SilentlyContinue -Force

$version = "2.4.1"
$version = "2.5.0"
#$prerelease = "-beta2"

$ReleaseNotes = "
Expand Down
2 changes: 1 addition & 1 deletion tools/release-notes.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
param($MilestoneName = "2.3.1")
param($MilestoneName = "2.5.0")

[System.Net.ServicePointManager]::SecurityProtocol = @("Tls12","Tls11","Tls","Ssl3")

Expand Down

0 comments on commit 7a82292

Please sign in to comment.