---
title: "_6.11 Release Notes Common"
canonical: "https://support.appfire.com/space/CDML/650315022/_6.11%20Release%20Notes%20Common"
format: markdown
---
### <span style="color: #172b4d">New layout for Import Workflows page</span>  


<span style="color: #172b4d">The 'Import Workflows' page in Confluence Administration and Space Tools has been redesigned to improve usability.</span>

![image](media://09f6f012-32d4-4bd0-b760-2f5fa589dfd4)

### <span style="color: #172b4d">New increment-metadata macro added</span>

A new increment-metadata macro allows you to increment<span style="color: #172b4d"> </span><span style="color: #172b4d">a numeric metadata value, providing the ability to define custom version numbers and counters.</span> increment-metadata supports Single and Composite versioning, here is the [documentation](https://wiki.comalatech.com/display/CDML/increment-metadata+macro).

### Single versioning

```
{set-metadata:my-version}1{set-metadata}
{increment-metadata:my-version}
```

### Composite versioning

```
{set-metadata:my-version}1.2.3{set-metadata}
{increment-metadata:my-version|increment=0.1.0}
```