Skip to content

Commit

Permalink
finalize 6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-theunsub committed Dec 19, 2023
1 parent b89477f commit 7bb1277
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion clamtk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
use utf8;
$| = 1;

use lib '.';
use ClamTk::Analysis;
use ClamTk::App;
use ClamTk::Assistant;
Expand Down
2 changes: 1 addition & 1 deletion lib/App.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use Encode 'decode';

sub get_TK_version {
# Stick with %.2f format - 4.50 vice 4.5
return '6.15';
return '6.17';
}

sub get_path {
Expand Down

0 comments on commit 7bb1277

Please sign in to comment.