diff --git a/VERSION b/VERSION index f1ffbeb..c41882c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.19 +2.7.20 diff --git a/client/nivlheim_client b/client/nivlheim_client index 712418f..d983e79 100755 --- a/client/nivlheim_client +++ b/client/nivlheim_client @@ -67,7 +67,7 @@ my $NAME = 'nivlheim_client'; my $AUTHOR = 'Øyvind Hagberg'; my $CONTACT = 'oyvind.hagberg@usit.uio.no'; my $RIGHTS = 'USIT/IT-DRIFT/GD/GID, University of Oslo, Norway'; -my $VERSION = '2.7.19'; +my $VERSION = '2.7.20'; # Usage text my $USAGE = <<"END_USAGE"; diff --git a/client/windows/nivlheim_client.ps1 b/client/windows/nivlheim_client.ps1 index af41398..d6fc6f3 100644 --- a/client/windows/nivlheim_client.ps1 +++ b/client/windows/nivlheim_client.ps1 @@ -31,7 +31,7 @@ param( [bool]$nosleep = $false ) -Set-Variable version -option Constant -value "2.7.19" +Set-Variable version -option Constant -value "2.7.20" Set-Variable useragent -option Constant -value "NivlheimPowershellClient/$version" Set-PSDebug -strict Set-StrictMode -version "Latest" # http://technet.microsoft.com/en-us/library/hh849692.aspx diff --git a/debian/changelog b/debian/changelog index 0af6047..094f181 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nivlheim (2.7.20-1) buster; urgency=low + + * Changes in the server code + + -- Øyvind Hagberg Fri, 25 Oct 2023 16:35:00 +0100 + nivlheim (2.7.19-1) buster; urgency=low * Changes in the Powershell client and container building scripts