import Foundation extension ConfigurationClient { enum Constants { static let defaultFileNameWithoutExtension = ".bump-version" } }