We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19338f6 commit bbf07c6Copy full SHA for bbf07c6
1 file changed
lib/Metabrik/Client/Onyphe.pm
@@ -1,17 +1,17 @@
1
#
2
-# $Id: Onyphe.pm,v 538a181cc8be 2018/11/02 11:01:18 gomor $
+# $Id: Onyphe.pm,v 6947bc4a31a3 2018/11/02 11:06:18 gomor $
3
4
package Metabrik::Client::Onyphe;
5
use strict;
6
use warnings;
7
8
-our $VERSION = '1.00';
+our $VERSION = '1.01';
9
10
use base qw(Metabrik);
11
12
sub brik_properties {
13
return {
14
- revision => '$Revision: 538a181cc8be $',
+ revision => '$Revision: 6947bc4a31a3 $',
15
tags => [ qw(unstable) ],
16
author => 'ONYPHE <contact[at]onyphe.io>',
17
license => 'http://opensource.org/licenses/BSD-3-Clause',
0 commit comments