# version

> The current version of the collection.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Rendering](/engine/6000.7/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public int version { get; set; }
```

### Remarks

The version can be used to help manage saved collections. It is not incremented internally and will only be updated when set by the user.
