Skip to content

Commit 789fd3c

Browse files
committed
feat(api): add version to plan (#160)
1 parent 48a2376 commit 789fd3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/orb/types/plan.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,5 @@ class Plan(BaseModel):
203203
status: Literal["active", "archived", "draft"]
204204

205205
trial_config: TrialConfig
206+
207+
version: int

0 commit comments

Comments
 (0)