Skip to content

Commit

Permalink
Release 2.0.1 (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Sep 29, 2021
1 parent 3f28149 commit 4362a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Current status of features implemented in the SDK is listed in the table below:
| Latest Releases | Conformance to spec version |
| :---: | :---: |
| [v1.0.0](https://github.com/serverlessworkflow/sdk-go/releases/tag/v1.0.0) | [v0.5](https://github.com/serverlessworkflow/specification/tree/0.5.x) |
| [v2.0.0](https://github.com/serverlessworkflow/sdk-go/releases/tag/v2.0.0) | [v0.6](https://github.com/serverlessworkflow/specification/tree/0.6.x) |
| [v2.0.1](https://github.com/serverlessworkflow/sdk-go/releases/tag/v2.0.0) | [v0.6](https://github.com/serverlessworkflow/specification/tree/0.6.x) |

## How to use

Expand Down
2 changes: 1 addition & 1 deletion model/retry.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package model

import (
"github.com/serverlessworkflow/sdk-go/util/floatstr"
"github.com/serverlessworkflow/sdk-go/v2/util/floatstr"
"k8s.io/apimachinery/pkg/util/intstr"
)

Expand Down

0 comments on commit 4362a26

Please sign in to comment.