Skip to content

Commit

Permalink
Update AppEnums.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken authored May 18, 2024
1 parent 6b219cf commit 832c39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kanvas/Enums/AppEnums.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function getValue(): mixed
self::KANVAS_APP_REGION_HEADER => 'X-Kanvas-Region',
self::KANVAS_APP_COMPANY_AUTH_HEADER => 'Company-Authorization', //@deprecated
self::DISPLAYNAME_LOGIN => 'displayname_login',
self::VERSION => '1.0-BETA-30',
self::VERSION => '1.0-BETA-32',
self::ANONYMOUS_USER_ID => -1
};
}
Expand Down

0 comments on commit 832c39d

Please sign in to comment.