Skip to content

Commit 020e886

Browse files
authored
idl: bump the minor datamodel version for the 9.0 release (#6887)
This allows to reserve some minor versions for updates in the 8.x release. I've bumped it to 900 because 800 will make thing difficult if there are more than 7 API changes in case of emergency. Also related: there have been no "releases" made recently, does the api_version_minor need to be bumped as well? (in ocaml/idl/api_version.ml)
2 parents 9e3bd27 + 2dfd9a9 commit 020e886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ocaml/idl/datamodel_common.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ open Datamodel_roles
1010
to leave a gap for potential hotfixes needing to increment the schema version.*)
1111
let schema_major_vsn = 5
1212

13-
let schema_minor_vsn = 793
13+
let schema_minor_vsn = 900
1414

1515
(* Historical schema versions just in case this is useful later *)
1616
let rio_schema_major_vsn = 5

0 commit comments

Comments
 (0)