diff --git a/examples/hello-world.cdb b/examples/hello-world.cdb index 050ffb8..5c36b34 100644 Binary files a/examples/hello-world.cdb and b/examples/hello-world.cdb differ diff --git a/examples/hello-world.cdb-dump b/examples/hello-world.cdb-dump index d59dd7b..4e24e8b 100644 --- a/examples/hello-world.cdb-dump +++ b/examples/hello-world.cdb-dump @@ -1,7 +1,7 @@ +6,14 schema -kawipiko-2021d +kawipiko-2022a +3,16 f:/ diff --git a/sources/lib/common/namespaces.go b/sources/lib/common/namespaces.go index 923ed68..420ccf9 100644 --- a/sources/lib/common/namespaces.go +++ b/sources/lib/common/namespaces.go @@ -6,7 +6,7 @@ package common const NamespaceSchemaVersion = "schema" -const CurrentSchemaVersion = "kawipiko-2021d" +const CurrentSchemaVersion = "kawipiko-2022a" const NamespaceFilesContent = "files-content"