manifest: bump schema version
The path-prefix handling is new since 0.7. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
3a3f97924a
commit
4d613e9d67
|
@ -48,7 +48,7 @@ QUAL_REFS_WEST = 'refs/west/'
|
||||||
#:
|
#:
|
||||||
#: This value changes when a new version of west includes new manifest
|
#: This value changes when a new version of west includes new manifest
|
||||||
#: file features not supported by earlier versions of west.
|
#: file features not supported by earlier versions of west.
|
||||||
SCHEMA_VERSION = '0.7'
|
SCHEMA_VERSION = '0.8'
|
||||||
# MAINTAINERS:
|
# MAINTAINERS:
|
||||||
#
|
#
|
||||||
# If you want to update the schema version, you need to make sure that
|
# If you want to update the schema version, you need to make sure that
|
||||||
|
|
Loading…
Reference in New Issue