version

abstract override val version: Int

The current version of this aggregate's state.

Used for generating domain event version numbers during state reconstruction. The version starts at Version.UNINITIALIZED_VERSION and increments with each event applied.