diff options
author | Jürg Billeter <j@bitron.ch> | 2019-02-01 15:52:34 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-02-14 16:05:38 +0100 |
commit | 94c6d59b1cf0e7c223b910ab5bd19d54049de966 (patch) | |
tree | 33243c78d98cae0fa74b65a4599c7de9ec7a12b9 /buildstream/_versions.py | |
parent | 55bccf630f1ffec9a4d5c1a601e7580a8c2ced3f (diff) | |
download | buildstream-94c6d59b1cf0e7c223b910ab5bd19d54049de966.tar.gz |
Bump artifact version for changes in symlink handling
Diffstat (limited to 'buildstream/_versions.py')
-rw-r--r-- | buildstream/_versions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_versions.py b/buildstream/_versions.py index f24a74714..a9eb86d69 100644 --- a/buildstream/_versions.py +++ b/buildstream/_versions.py @@ -33,4 +33,4 @@ BST_FORMAT_VERSION = 21 # 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 = 7 +BST_CORE_ARTIFACT_VERSION = 8 |