Skip to content

Commit

Permalink
Merge pull request #304 from Clever/wag-v8
Browse files Browse the repository at this point in the history
Version bump.
  • Loading branch information
taylor-sutton authored Aug 4, 2021
2 parents 2e91fa5 + 41f40ea commit 377069a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Orchestrator for AWS Step Functions


### Version information
*Version* : 0.14.0
*Version* : 0.14.1


### URI scheme
Expand Down
2 changes: 1 addition & 1 deletion gen-go/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var _ = strconv.FormatInt
var _ = bytes.Compare

// Version of the client.
const Version = "0.14.0"
const Version = "0.14.1"

// VersionHeader is sent with every request.
const VersionHeader = "X-Client-Version"
Expand Down
2 changes: 1 addition & 1 deletion gen-js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,7 @@ module.exports.Errors = Errors;

module.exports.DefaultCircuitOptions = defaultCircuitOptions;

const version = "0.14.0";
const version = "0.14.1";
const versionHeader = "X-Client-Version";
module.exports.Version = version;
module.exports.VersionHeader = versionHeader;
2 changes: 1 addition & 1 deletion gen-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workflow-manager",
"version": "0.14.0",
"version": "0.14.1",
"description": "Orchestrator for AWS Step Functions",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: Orchestrator for AWS Step Functions
# when changing the version here, make sure to
# re-run `make generate` to generate clients and server
version: 0.14.0
version: 0.14.1
x-npm-package: workflow-manager
schemes:
- http
Expand Down

0 comments on commit 377069a

Please sign in to comment.