commit | 0cbcc07e1c357f572fd61fbedc9fc47eab5ce939 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Oct 08 14:04:42 2024 +0200 |
committer | Akron <nils@diewald-online.de> | Thu Oct 17 09:41:34 2024 +0200 |
tree | ecdc2e9e62f00d3eacb9925bce6d9e2e5727b114 | |
parent | c645aad6ed2d0bca655d9eec1ef2dfdeb391b857 [diff] [blame] |
Fix oauth warning on access granting for public clients Change-Id: If23e2bb5066941d0be6fcb4c343db7fa13d4cb7d
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm index 9fa02a0..8d6ba8c 100644 --- a/lib/Kalamar.pm +++ b/lib/Kalamar.pm
@@ -8,7 +8,7 @@ use List::Util qw!none uniq!; # Minor version - may be patched from package.json -our $VERSION = '0.57'; +our $VERSION = '0.58'; # Supported version of Backend API our $API_VERSION = '1.0';