Skip to content

Commit

Permalink
Update NWB version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegle committed Aug 1, 2022
1 parent 66719f3 commit f62e3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RecordEngine/NWBFormat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int NWBFile::createFileStructure()

setAttributeStr("core", "/", "namespace");
setAttributeStr("NWBFile", "/", "neurodata_type");
setAttributeStr("2.4.0", "/", "nwb_version");
setAttributeStr("2.5.0", "/", "nwb_version");
setAttributeStr(identifierText, "/", "object_id");

if (createGroup("/acquisition")) return -1;
Expand Down

0 comments on commit f62e3e4

Please sign in to comment.