Skip to content

Commit

Permalink
gh: bump minor code version
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Jul 24, 2024
1 parent 3906d8a commit 1d7661a
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.5.0
SYSROOT_CLI_IMAGE=faasm.azurecr.io/cpp-sysroot:0.5.0
SYSROOT_VERSION=0.6.0
SYSROOT_CLI_IMAGE=faasm.azurecr.io/cpp-sysroot:0.6.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.5.0
image: faasm.azurecr.io/cpp-sysroot:0.6.0
steps:
# --- Update code ---
- name: "Checkout code"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0

0 comments on commit 1d7661a

Please sign in to comment.