File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Current status of features implemented in the SDK is listed in the table below:
17
17
| Latest Releases | Conformance to spec version |
18
18
| :---: | :---: |
19
19
| [ v1.0.0] ( https://github.com/serverlessworkflow/sdk-go/releases ) | [ v0.5] ( https://github.com/serverlessworkflow/specification/tree/0.5.x ) |
20
+ | [ v2.0.0] ( https://github.com/serverlessworkflow/sdk-go/releases ) | [ v0.6] ( https://github.com/serverlessworkflow/specification/tree/0.6.x ) |
20
21
21
22
## How to use
22
23
@@ -58,4 +59,4 @@ func ParseWorkflow(filePath string) (*model.Workflow, error) {
58
59
}
59
60
```
60
61
61
- The ` Workflow ` structure then can be used in your application.
62
+ The ` Workflow ` structure then can be used in your application.
You can’t perform that action at this time.
0 commit comments