Skip to content

Commit 62e3fbe

Browse files
committed
Bump job file version to keep up with release version
1 parent e27684c commit 62e3fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ const schema = {
159159
job: {
160160
version: {
161161
doc: 'The version of the Job accepted by this API.',
162-
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'],
163-
default: '3.1.0-alpha.3'
162+
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'],
163+
default: '4.0.0-alpha.3'
164164
}
165165
},
166166
outcomes: {

0 commit comments

Comments
 (0)