summaryrefslogtreecommitdiff
path: root/macaroonbakery/versions.py
blob: 5287c4cbb5b360ff56e60c8d62a567a86b72ed5f (plain)
1
2
3
4
5
6
7
8
9
# Copyright 2017 Canonical Ltd.
# Licensed under the LGPLv3, see LICENCE file for details.


BAKERY_V0 = 0
BAKERY_V1 = 1
BAKERY_V2 = 2
BAKERY_V3 = 3
LATEST_BAKERY_VERSION = BAKERY_V3