Skip to content

Commit

Permalink
gh: bump code version
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Mar 14, 2024
1 parent 6e360b5 commit 7948fe3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SYSROOT_VERSION=0.4.0
SYSROOT_CLI_IMAGE=faasm.azurecr.io/cpp-sysroot:0.4.0
SYSROOT_VERSION=0.5.0
SYSROOT_CLI_IMAGE=faasm.azurecr.io/cpp-sysroot:0.5.0
COMPOSE_PROJECT_NAME=cpp-dev
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
container:
image: faasm.azurecr.io/cpp-sysroot:0.4.0
image: faasm.azurecr.io/cpp-sysroot:0.5.0
credentials:
username: ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }}
password: ${{ secrets.ACR_SERVICE_PRINCIPAL_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0

0 comments on commit 7948fe3

Please sign in to comment.