From 889c55f36f2795fb0e48eb9d9956fbfcd6a3b24a Mon Sep 17 00:00:00 2001 From: glihm Date: Sun, 10 Nov 2024 01:13:19 -0600 Subject: [PATCH] ci: bump to rc2 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d2fc80d..da9039e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: sozo-test: runs-on: ubuntu-latest env: - DOJO_VERSION: v1.0.0-rc.1 + DOJO_VERSION: v1.0.0-rc.2 steps: - uses: actions/checkout@v3 - run: curl -L https://install.dojoengine.org | bash