getNextVersion(current: number | undefined): number| Name | Type | Description |
|---|---|---|
current* | number | undefined |
Generate the next version ID for a channel.
Default is to use integer versions, incrementing by 1. If you override, you can use str/int/float versions, as long as they are monotonically increasing.