Ask a question to get started
Enter to sendā¢Shift+Enter new line
getNextVersion(current: number | undefined): number
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.