Skip to content

Commit

Permalink
Version 1.38.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Nov 21, 2022
1 parent f8ecfe6 commit e856cda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v1.38.1: *New project front-end dashboards.
*Query dashboard now shown for publication results.
v1.38.0: *Support for limiting submissions and curators to a specific database
configuration.
*Added ability to hide fields in a specific configuration with a
Expand Down
2 changes: 1 addition & 1 deletion lib/BIGSdb/Application.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package BIGSdb::Application;
use strict;
use warnings;
use 5.010;
use version; our $VERSION = version->declare('v1.38.0');
use version; our $VERSION = version->declare('v1.38.1');
use Apache2::Connection;
use parent qw(BIGSdb::BaseApplication);
use BIGSdb::AjaxAnalysis;
Expand Down

0 comments on commit e856cda

Please sign in to comment.