Skip to content

Commit

Permalink
Fixing #503
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Dec 18, 2017
1 parent 230912f commit 67059de
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 @@
- 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]
- Downloading ISOs fails Can't locate object method "result" via package Mojo::Transaction::HTTP [\#503]
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.12-beta2';
our $VERSION = '0.2.12-beta3';

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

0 comments on commit 67059de

Please sign in to comment.