Skip to content

Commit 7d16d6d

Browse files
committed
Regenerate
1 parent b41f887 commit 7d16d6d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/DataSchemas/aind_behavior_vr_foraging.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@
359359
"type": "string"
360360
},
361361
"version": {
362-
"const": "0.6.0-rc15",
363-
"default": "0.6.0-rc15",
362+
"const": "0.6.0-rc14",
363+
"default": "0.6.0-rc14",
364364
"title": "Version",
365365
"type": "string"
366366
},
@@ -568,8 +568,8 @@
568568
"description": "Parameters of the task logic"
569569
},
570570
"version": {
571-
"const": "0.6.0-rc15",
572-
"default": "0.6.0-rc15",
571+
"const": "0.6.0-rc14",
572+
"default": "0.6.0-rc14",
573573
"title": "Version",
574574
"type": "string"
575575
},

src/Extensions/AindBehaviorVrForaging.Generated.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ public partial class AindVrForagingRig
955955
public AindVrForagingRig()
956956
{
957957
_aindBehaviorServicesPkgVersion = "0.12.3";
958-
_version = "0.6.0-rc15";
958+
_version = "0.6.0-rc14";
959959
_triggeredCameraController = new CameraControllerSpinnakerCamera();
960960
_harpBehavior = new HarpBehavior();
961961
_harpOlfactometer = new Olfactometer();
@@ -1362,7 +1362,7 @@ public AindVrForagingTaskLogic()
13621362
_name = "AindVrForaging";
13631363
_description = "";
13641364
_taskParameters = new AindVrForagingTaskParameters();
1365-
_version = "0.6.0-rc15";
1365+
_version = "0.6.0-rc14";
13661366
}
13671367

13681368
protected AindVrForagingTaskLogic(AindVrForagingTaskLogic other)

0 commit comments

Comments
 (0)