File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 },
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 },
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments