Skip to content

Commit

Permalink
update schema version in auto convertor
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 25, 2023
1 parent 5525e01 commit d2abc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder2ibek.support.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def tidy_up(yaml):
# add support yaml schema
self.yaml_tree.yaml_add_eol_comment(
"yaml-language-server: $schema=https://github.com/epics-"
"containers/ibek/releases/download/0.0.13/ibek.support.schema.json"
"containers/ibek/releases/download/1.1.0/ibek.support.schema.json"
)

print("\nWriting YAML output to %s ..." % filename)
Expand Down

0 comments on commit d2abc51

Please sign in to comment.