Skip to content

Commit

Permalink
update scrambler version
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-fr committed Feb 27, 2020
1 parent a34dfd3 commit 018064f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/classes/scrambler.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class Scrambler
{
const SCRAMBLER_CONTEXT_VERSION = '1.0';
const SCRAMBLER_CONTEXT_VERSION = '1.1';

private $t_first_chars = null; // allowed first char of a generated identifier
private $t_chars = null; // allowed all except first char of a generated identifier
Expand Down

0 comments on commit 018064f

Please sign in to comment.