Skip to content

Commit 59e5ec9

Browse files
authored
Update Ydb.php
1 parent 6c1a114 commit 59e5ec9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Ydb.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@
1212
use YdbPlatform\Ydb\Retry\Retry;
1313
use YdbPlatform\Ydb\Retry\RetryParams;
1414

15+
require "Version.php";
16+
1517
class Ydb
1618
{
1719
use Traits\LoggerTrait;
1820

19-
const VERSION = '1.6.0';
21+
const VERSION = MAJOR.".".MINOR.".".PATCH;
2022

2123
/**
2224
* @var string

0 commit comments

Comments
 (0)