Skip to content

Commit

Permalink
Increment the version and prepare for release after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Feb 12, 2024
1 parent fbb0701 commit e8549ba
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/lambda/query-metrics/bootstrap.zip
asset_path: ./target/lambda/query-metrics-lambda/bootstrap.zip
asset_name: query-metrics-bootstrap-${{ github.ref_name }}.zip
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion lambdas/query-metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "query-metrics"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit e8549ba

Please sign in to comment.