Skip to content
Snippets Groups Projects
Commit c6688f85 authored by Miguel Pignatelli's avatar Miguel Pignatelli
Browse files

$API_VERSION =~ s/63/64/

parent 49ae4a46
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ use base qw( Exporter );
our @EXPORT = qw( software_version );
my $API_VERSION = 63;
my $API_VERSION = 64;
sub software_version { return $API_VERSION }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment