From 803906f6de91128364a02c79ce60dec3f8519b5b Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Tue, 6 Dec 2022 10:40:51 -0800 Subject: [PATCH] Fix version in nwb.file.yaml (#533) --- core/nwb.file.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/nwb.file.yaml b/core/nwb.file.yaml index 7aa93515..cf97f0a7 100644 --- a/core/nwb.file.yaml +++ b/core/nwb.file.yaml @@ -7,7 +7,7 @@ groups: attributes: - name: nwb_version dtype: text - value: "2.5.0" + value: "2.6.0-alpha" doc: File version string. Use semantic versioning, e.g. 1.2.1. This will be the name of the format with trailing major, minor and patch numbers. datasets: