Skip to content

Commit 3b908e1

Browse files
committed
changelog test
1 parent 50cfb2f commit 3b908e1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ModuleChangelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.6.0
1+
## 2.6.1
22

33
Release Date: February 7, 2024
44

jumpcloud-ADMU/JumpCloud.ADMU.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'JumpCloud.ADMU.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.6.0'
15+
ModuleVersion = '2.6.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

jumpcloud-ADMU/Powershell/Form.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function show-mtpSelection {
143143
<Window
144144
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
145145
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
146-
Title="JumpCloud ADMU 2.6.0"
146+
Title="JumpCloud ADMU 2.6.1"
147147
WindowStyle="SingleBorderWindow"
148148
ResizeMode="NoResize"
149149
Background="White" ScrollViewer.VerticalScrollBarVisibility="Visible" ScrollViewer.HorizontalScrollBarVisibility="Visible" Width="1000" Height="520">

jumpcloud-ADMU/Powershell/Start-Migration.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ Function Start-Migration {
14841484
Begin {
14851485
Write-ToLog -Message:('####################################' + (get-date -format "dd-MMM-yyyy HH:mm") + '####################################')
14861486
# Start script
1487-
$admuVersion = '2.6.0'
1487+
$admuVersion = '2.6.1'
14881488
Write-ToLog -Message:('Running ADMU: ' + 'v' + $admuVersion)
14891489
Write-ToLog -Message:('Script starting; Log file location: ' + $jcAdmuLogFile)
14901490
Write-ToLog -Message:('Gathering system & profile information')

0 commit comments

Comments
 (0)