Skip to content

Commit

Permalink
fix(api version): correctly copy paste...
Browse files Browse the repository at this point in the history
Co-authored-by: Mostapha Sadeghipour Roudsari <[email protected]>
  • Loading branch information
AntoineDao and mostaphaRoudsari authored Dec 9, 2020
1 parent 59b87ca commit 9b364f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queenbee/job/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Job(BaseModel):
A Job is an object to submit a list of arguments to execute a Queenbee recipe.
"""
api_version: constr(regex='^Job$') = 'Job'
api_version: constr(regex='^v1beta1$') = 'v1beta1'

type: constr(regex='^Job$') = 'Job'

Expand Down

0 comments on commit 9b364f5

Please sign in to comment.