Skip to content

Commit e73f492

Browse files
committed
Move VERSION const
1 parent d93c396 commit e73f492

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/ConvertKit_API.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ class ConvertKit_API
2020
{
2121
use ConvertKit_API_Traits;
2222

23+
/**
24+
* The SDK version.
25+
*
26+
* @var string
27+
*/
28+
public const VERSION = '2.0.0';
29+
2330
/**
2431
* Debug
2532
*

src/ConvertKit_API_Traits.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@
1212
*/
1313
trait ConvertKit_API_Traits
1414
{
15-
/**
16-
* The SDK version.
17-
*
18-
* @var string
19-
*/
20-
public const VERSION = '2.0.0';
21-
2215
/**
2316
* ConvertKit OAuth Application Client ID
2417
*

0 commit comments

Comments
 (0)