Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindhagberg committed Dec 4, 2024
1 parent e083c24 commit 1bd862c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.29
2.7.30
2 changes: 1 addition & 1 deletion client/nivlheim_client
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ my $NAME = 'nivlheim_client';
my $AUTHOR = 'Øyvind Hagberg';
my $CONTACT = '[email protected]';
my $RIGHTS = 'USIT/IT-DRIFT/GD/GID, University of Oslo, Norway';
my $VERSION = '2.7.29';
my $VERSION = '2.7.30';

# Usage text
my $USAGE = <<"END_USAGE";
Expand Down
2 changes: 1 addition & 1 deletion client/windows/nivlheim_client.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ param(
[bool]$nosleep = $false
)

Set-Variable version -option Constant -value "2.7.29"
Set-Variable version -option Constant -value "2.7.30"
Set-Variable useragent -option Constant -value "NivlheimPowershellClient/$version"
Set-PSDebug -strict
Set-StrictMode -version "Latest" # http://technet.microsoft.com/en-us/library/hh849692.aspx
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
nivlheim (2.7.30-1) buster; urgency=low

* Building the server with a newer Go version

-- Øyvind Hagberg <[email protected]>

nivlheim (2.7.29-1) buster; urgency=low

* Fixed a bug in the server code

-- Øyvind Hagberg <[email protected]>
-- Øyvind Hagberg <[email protected]>

nivlheim (2.7.27-1) buster; urgency=low

Expand Down

0 comments on commit 1bd862c

Please sign in to comment.