Skip to content

Commit

Permalink
feat: change job version's default (#744)
Browse files Browse the repository at this point in the history
* feat: change default version of new job spec to 2

* feat: change default version in GetWindow to 2

* Revert "feat: change default version in GetWindow to 2"

This reverts commit 2f832ee.
  • Loading branch information
arinda-arif authored Feb 23, 2023
1 parent 79842e0 commit 82b0244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cmd/internal/survey/job_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

const (
ISODateLayout = "2006-01-02"
jobSpecDefaultVersion = 1
jobSpecDefaultVersion = 2
)

var (
Expand Down

0 comments on commit 82b0244

Please sign in to comment.