Skip to content

Commit

Permalink
Release as v1
Browse files Browse the repository at this point in the history
  • Loading branch information
matteofigus committed Dec 14, 2020
1 parent 6068bb7 commit f3c0c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
body: |
See the commits for a list of features included in this release
draft: false
prerelease: true
prerelease: false
2 changes: 1 addition & 1 deletion src/cfn/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Globals:
MIN_CONFIDENCE: !Ref MinConfidence
OBJECTS_OF_INTEREST_LABELS: !Join [",", !Ref ObjectsOfInterestLabels]
REGION: !Ref AWS::Region
VERSION: '0.13'
VERSION: '1.0'
Api:
EndpointConfiguration: REGIONAL
Cors:
Expand Down

0 comments on commit f3c0c9b

Please sign in to comment.