Skip to content

Commit

Permalink
updated flow
Browse files Browse the repository at this point in the history
  • Loading branch information
girish-lokapure committed Feb 5, 2024
1 parent 9b97cc7 commit 788ec84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/Flows/Flows.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class Flows {
* @var array
*/
protected static $data = array(
'version' => '2.0.0',
'version' => '2.0.1',

// Each time step is viewed, insert GMT timestamp to array.
'isViewed' => array(),
Expand Down Expand Up @@ -166,6 +166,7 @@ final class Flows {
'skipCache' => true,
'sitemapPagesGenerated' => false,
'customDesign' => false,
'siteGenErrorStatus' => false,
),
);

Expand Down

0 comments on commit 788ec84

Please sign in to comment.