From 9a40b96cf59e8b57e9eb47f711b1eeb925967825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joshcs=2Eeth=20=E1=B5=8D=E1=B5=90?= Date: Mon, 22 Jan 2024 14:04:37 -0600 Subject: [PATCH] feat: bump to v0.12.4 compat version --- developers/optimism-devnet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developers/optimism-devnet.md b/developers/optimism-devnet.md index d0e6730496b..3a7bb33ddde 100644 --- a/developers/optimism-devnet.md +++ b/developers/optimism-devnet.md @@ -27,8 +27,8 @@ Check out to the version for either the stable version or upstream version: ::: code-group -```bash-vue [v1.1.0-OP_op-batcher/v1.4.2-CN_v0.12.3] -git checkout tags/v1.1.0-OP_op-batcher/v1.4.2-CN_v0.12.3 +```bash-vue [v1.1.0-OP_op-batcher/v1.4.2-CN_v0.12.4] +git checkout tags/v1.1.0-OP_op-batcher/v1.4.2-CN_v0.12.4 git submodule update --init --recursive ```