Skip to content

Commit

Permalink
release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Nov 25, 2020
1 parent 97e4976 commit 0c365b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

**Bugfixes**

- Some Linux ISO downloads fail [\#1442]
- Clone not created, base_name-daemon already exists [\#1443]
- Ubuntu 20.04 MD5SUM file gone [\#1420]
- Fix docker files config and dependencies [\#1411]
- Fix docker files for tzdata package compatibility [\#1376]
Expand Down
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.10.0';
our $VERSION = '0.10.1';

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

0 comments on commit 0c365b7

Please sign in to comment.