Skip to content

Commit

Permalink
eMASS API V3.10 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedias committed Jun 13, 2023
1 parent b78fd54 commit dbda50e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions eMASSRestOpenApi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ tags:
available on the eMASS instance. Every transition for each workflow stage is included.
- name: Workflow Instances
description: >
The Workflow Instances endpoint provides the ability to view detailed information on
all active and historical workflows for an eMASS instance.
The Workflow Instances endpoint provides the ability to view detailed information
on all active and historical workflows for an eMASS instance.
- name: Cloud Resource Results
description: >
The Cloud Resource Results endpoint provides the ability to add, update, and
Expand Down
2 changes: 1 addition & 1 deletion src/openapi/templates/python/python-generator-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packageName": "emass_client",
"packageVersion": "3.10.0",
"packageVersion": "3.10.1",
"projectName": "emass_client_api",
"packageUrl": "https://github.com/mitre/emass_client",
"licenseInfo": "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/openapi/templates/ruby/ruby-generator-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"gemName": "emass_client",
"gemVersion": "3.10.0",
"gemVersion": "3.10.1",
"gemLicense": "Apache-2.0",
"enumUnknownDefaultCase": true
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmName": "@mitre/emass_client",
"npmVersion": "3.10.0",
"npmVersion": "3.10.1",
"npmLicense": "Apache-2.0",
"enumUnknownDefaultCase": true
}
2 changes: 1 addition & 1 deletion src/ruby_client/lib/emass_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module EmassClient
VERSION = '3.9.10'
VERSION = '3.10.1'
end

0 comments on commit dbda50e

Please sign in to comment.