Files
werf-actions/src/werf.ts
Alexey Igrychev 2df7b68580 Actions for v1.2 werf version
- remove actions not used in v1.2
- update the example arbitrary version
- embed v1.2 MAJOR.MINOR
2021-03-10 14:21:40 +00:00

4 lines
85 B
TypeScript

export const MAJOR_MINOR_GROUP = '1.2'
export const MAJOR = 1
export const MINOR = 2