Skip to content

Commit

Permalink
Version 1.20.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Nov 27, 2018
1 parent 832298b commit faa2bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BIGSdb/BaseApplication.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package BIGSdb::BaseApplication;
use strict;
use warnings;
use 5.010;
use version; our $VERSION = version->declare('v1.20.0');
use version; our $VERSION = version->declare('v1.20.1');
use BIGSdb::Exceptions;
use BIGSdb::ClassificationScheme;
use BIGSdb::Constants qw(:login_requirements);
Expand Down

0 comments on commit faa2bec

Please sign in to comment.