diff --git a/bin/abricate b/bin/abricate index 8bbb5c7..43c4db0 100755 --- a/bin/abricate +++ b/bin/abricate @@ -14,7 +14,7 @@ use Cwd qw(abs_path); #.............................................................................. # Globals needed before --help etc -my $VERSION = "0.8-dev"; +my $VERSION = "0.8"; my $EXE = just_filename( $FindBin::RealScript ); my $AUTHOR = 'Torsten Seemann'; my $EMAIL = 'torsten.seemann@gmail.com';