Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adam.gloyne committed Oct 26, 2023
1 parent 82df278 commit 30c6e1c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sqs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For publish-subscribe scenarios, use as a **publish** Operation Binding Object,

## Version

Current version is `0.1.0`.
Current version is `0.2.0`.

<a name="server"></a>

Expand Down
6 changes: 5 additions & 1 deletion sqs/json_schemas/channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
},
"bindingVersion": {
"type": "string",
"description": "The version of this binding.",
"enum": [
"0.1.0",
"0.2.0"
],
"description": "The version of this binding. If omitted, 'latest' MUST be assumed.",
"default": "latest"
}
},
Expand Down
6 changes: 5 additions & 1 deletion sqs/json_schemas/operation.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
},
"bindingVersion": {
"type": "string",
"description": "The version of this binding.",
"enum": [
"0.1.0",
"0.2.0"
],
"description": "The version of this binding. If omitted, 'latest' MUST be assumed.",
"default": "latest"
}
},
Expand Down

0 comments on commit 30c6e1c

Please sign in to comment.