We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe1cd0 commit 07b504bCopy full SHA for 07b504b
CHANGELOG.md
@@ -68,8 +68,6 @@ Added support for Brazilian Portuguese (PT_BR) Language.
68
69
* #1594[fixed] Stage Sorting in Pipeline not working - Krayin CRM Version.
70
71
-
72
73
## **v2.0.2 (24th of September 2024)** - *Release*
74
75
* #1633[enhancement] Use variable instead of calling every time of use db table prefix.
packages/Webkul/Core/src/Core.php
@@ -14,7 +14,7 @@ class Core
14
*
15
* @var string
16
*/
17
- const KRAYIN_VERSION = '2.0.2';
+ const KRAYIN_VERSION = '2.0.3';
18
19
/**
20
* Create a new instance.
0 commit comments