Skip to content

Commit

Permalink
Merge pull request #669 from zlamalp/protocol
Browse files Browse the repository at this point in the history
fix(kerberos_renewal_principals): updated protocol version
  • Loading branch information
HejdaJakub authored Mar 8, 2022
2 parents c0f8c54 + 2bdf62e commit c6caeb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gen/kerberos_renewal_principals
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use perunServicesUtils;
use File::Basename;

local $::SERVICE_NAME = basename($0);
local $::PROTOCOL_VERSION = "3.0.0";
local $::PROTOCOL_VERSION = "3.1.0";
my $SCRIPT_VERSION = "3.0.1";

perunServicesInit::init;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
PROTOCOL_VERSION='3.0.0'
PROTOCOL_VERSION='3.1.0'

function process {

Expand Down

0 comments on commit c6caeb7

Please sign in to comment.