// Copyright 2023 Canonical Ltd. // Licensed under the AGPLv3, see LICENCE file for details. package upgrades func stepsFor311() []Step { return []Step{} } func stateStepsFor311() []Step { return []Step{} }