# Constants
UseLatestVersion used as version param to Deploy to automatically use the latest version.
# Variables
Manager is a public instance of the config version manager.
# Structs
Version0 is a baseline version with no changes, so we can downgrade back to nothing It does not implement any upgrade interfaces.
Version1 is an ExchangeVersion to upgrade currency pair format for exchanges.
Version2 is an ExchangeVersion to change the name of GDAX to CoinbasePro.
Version3 is an ExchangeVersion to remove the publishPeriod from the exchange's orderbook config.
# Interfaces
ConfigVersion is a version that affects the general configuration.
ExchangeVersion is a version that affects specific exchange configurations.