# `GSFeature applyVersionNumber:objects:`

*Type Method*

## Declaration

```swift
class func applyVersionNumber(_ stringValue: String, objects: [Any]) -> String
```

```objc
+ (NSString *) applyVersionNumber:(NSString *) stringValue objects:(NSArray *) objects;
```

```python
applyVersionNumber_objects_(stringValue: str, objects: list) -> str
```

