Skip to content

Commit

Permalink
Bump job file version to keep up with release version
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymist committed May 8, 2022
1 parent e27684c commit 62e3fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ const schema = {
job: {
version: {
doc: 'The version of the Job accepted by this API.',
format: ['0.1.0-alpha.1', '1.0.0-alpha.3', '2.0.0-alpha.3', '3.0.0-alpha.3', '3.1.0-alpha.3'],
default: '3.1.0-alpha.3'
format: ['0.1.0-alpha.1', '1.0.0-alpha.3', '2.0.0-alpha.3', '3.0.0-alpha.3', '3.1.0-alpha.3', '4.0.0-alpha.3'],
default: '4.0.0-alpha.3'
}
},
outcomes: {
Expand Down

0 comments on commit 62e3fbe

Please sign in to comment.