Skip to content

Commit

Permalink
Bump to version 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Seemann committed Jul 28, 2014
1 parent f92edc4 commit 4910ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/prokka
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ my @CMDLINE = @ARGV;
my $OPSYS = $^O;
my $BINDIR = "$FindBin::RealBin/../binaries/$OPSYS";
my $EXE = $FindBin::RealScript;
my $VERSION = "1.9.1-testing";
my $VERSION = "1.10";
my $AUTHOR = 'Torsten Seemann <[email protected]>';
my $URL = 'http://www.vicbioinformatics.com';
my $DBDIR = "$FindBin::RealBin/../db";
Expand Down

0 comments on commit 4910ff2

Please sign in to comment.