Skip to content

Commit e2e7785

Browse files
committed
Bump devnet to 0.8.0
1 parent e9e0c73 commit e2e7785

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Windows Tests
22

33
env:
4-
DEVNET_VERSION: "0.8.0"
4+
DEVNET_VERSION: "0.8.1"
55

66
on:
77
workflow_call:

starknet_py/tests/install_devnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
DEVNET_INSTALL_DIR="$(git rev-parse --show-toplevel)/starknet_py/tests/e2e/devnet/bin"
55
DEVNET_REPO="https://github.com/0xSpaceShard/starknet-devnet"
6-
DEVNET_VERSION="v0.8.0-rc.0"
6+
DEVNET_VERSION="v0.8.1"
77

88
require_cmd() {
99
if ! command -v "$1" >/dev/null 2>&1; then

0 commit comments

Comments
 (0)