Skip to content

Commit 24c6980

Browse files
authored
Update version in mof.py
1 parent cab89d5 commit 24c6980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: python/mof.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44

55

6-
SCHEMA_FILENAME = '../schemas/mof.0.7.schema.json'
6+
SCHEMA_FILENAME = '../schemas/mof.1.0.schema.json'
77

88
def validate(filename):
99
with open(filename, 'r', encoding='utf-8') as io:

0 commit comments

Comments
 (0)