mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 01:58:09 +01:00
11 lines
127 B
PHP
11 lines
127 B
PHP
<?php
|
|
|
|
// File generated from our OpenAPI spec
|
|
|
|
namespace Stripe\Util;
|
|
|
|
class ApiVersion
|
|
{
|
|
const CURRENT = '2022-11-15';
|
|
}
|