> ## Documentation Index
> Fetch the complete documentation index at: https://docs.visual-layer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Expiration

In order to know your version expiration date, you can show the contets of the version.json file:

```
cat .vl/version.json
```

example output:

```
{
  "version": "2.38.27-rc.10",
  "release_date": "2025-06-03T13:26:37Z",
  "obfuscation_duration_days": 90,
  "license_end_date": "2025-09-01T13:26:37Z",
  "product": "onprem"
}
```

| field                       | example data         | definition                                    |
| --------------------------- | -------------------- | --------------------------------------------- |
| version                     | 2.38.27-rc.10        | version of the installed version              |
| release\_date               | 2025-06-03T13:26:37Z | time the version was released                 |
| obfuscation\_duration\_days | 90                   | days untill obfuscation from the release date |
| license\_end\_date          | 2025-09-01T13:26:37Z | expiration date                               |
