Skip to content

Commit

Permalink
Fixed #493 and added to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Nov 28, 2017
1 parent 11cd08f commit 6e24afd
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 @@ -22,3 +22,4 @@
- Unsupported machine type [\#390]
- Check and add graphics params in xml definition [\#473]
- Public checkbox does nothing [\#472]
- libvirt error code: 1, message: internal error: client socket is closed [\#493]
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 = '0.2.11-rc5';
our $VERSION = '0.2.11-rc6';

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

0 comments on commit 6e24afd

Please sign in to comment.