diff options
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 f2a08b14b..70f3667ab 100644 --- a/buildstream/_versions.py +++ b/buildstream/_versions.py @@ -24,7 +24,7 @@ # This version is bumped whenever enhancements are made # to the `project.conf` format or the core element format. # -BST_FORMAT_VERSION = 6 +BST_FORMAT_VERSION = 7 # The base BuildStream artifact version |