Skip to content

Commit

Permalink
doc: release 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Jun 3, 2022
1 parent 777b7ff commit 443e5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
- Login LDAP with several uid's [\#1284]
- Fixed changes for Ubuntu Jammy 22.04 [\#1757]
- Fix find which binary in remote nodes [\#1771]
- CPU features missing quote
2 changes: 1 addition & 1 deletion lib/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Ravada;
use warnings;
use strict;

our $VERSION = '1.5.2';
our $VERSION = '1.5.3';

use Carp qw(carp croak cluck);
use Data::Dumper;
Expand Down

0 comments on commit 443e5eb

Please sign in to comment.