From d8d8e0332e72cd14b10bd7e809558eca31dad391 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Tue, 23 Jul 2024 14:20:11 -0700 Subject: [PATCH] Update NWBFile nwb_version string (#582) --- 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 91e0b86..3997cc2 100644 --- a/core/nwb.file.yaml +++ b/core/nwb.file.yaml @@ -7,7 +7,7 @@ groups: attributes: - name: nwb_version dtype: text - value: "2.7.0" + value: "2.8.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: