# sqlite-database-integration/2.2.0/version.php

SQLite Database Integration, version 2.2.0. 9 lines.

- Page: https://pluginprobe.com/plugins/sqlite-database-integration/2.2.0/code/version.php
- Raw: https://pluginprobe.com/plugins/sqlite-database-integration/2.2.0/raw/version.php

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sqlite-database-integration/2.2.0/code/version.php#L10-L20`.

```php
<?php

/**
 * The version of the SQLite driver.
 *
 * This constant needs to be updated on plugin release!
 */
define( 'SQLITE_DRIVER_VERSION', '2.2.0' );

```
