summaryrefslogtreecommitdiff
path: root/buildstream/_versions.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_versions.py')
-rw-r--r--buildstream/_versions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildstream/_versions.py b/buildstream/_versions.py
index ff85d2443..eddb34fc6 100644
--- a/buildstream/_versions.py
+++ b/buildstream/_versions.py
@@ -33,4 +33,5 @@ BST_FORMAT_VERSION = 12
# or if buildstream was changed in a way which can cause
# the same cache key to produce something that is no longer
# the same.
-BST_CORE_ARTIFACT_VERSION = 2
+
+BST_CORE_ARTIFACT_VERSION = ('bst-1.2', 3)