Skip to content

Commit

Permalink
release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Jun 30, 2021
1 parent a17358e commit 3b3e4e0
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 @@ -10,6 +10,7 @@

**Bugfixes**

- Data too long for column 'args' at row [\#1569]
- Correct calculation of is_volatile value [\#1560]

**Refactor**
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 = '1.0.2';
our $VERSION = '1.0.3';

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

0 comments on commit 3b3e4e0

Please sign in to comment.