Skip to content

Commit

Permalink
0.3.0-beta-dev.41-c3eec1p
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Mar 21, 2024
1 parent 0c66d89 commit d4ba7c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/holochain-binaries-manually.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
$env:HOLOCHAIN_VERSION = $(node -p -e "require('./config.json').holochainVersion")
cargo install holochain --version $env:HOLOCHAIN_VERSION --locked --features sqlite-encrypted
cargo install holochain --git https://github.com/holochain/holochain --git c3eec1b95449c8e9538c7b761a01048b4424c5e4
$HcPath = Get-Command holochain | Select-Object -ExpandProperty Definition
Copy-Item $HcPath -Destination holochain-v$env:HOLOCHAIN_VERSION-x86_64-pc-windows-msvc.exe
Expand All @@ -57,7 +57,7 @@ jobs:
run: |
HOLOCHAIN_VERSION=$(node -p -e "require('./config.json').holochainVersion")
cargo install holochain --version $HOLOCHAIN_VERSION --locked --features sqlite-encrypted
cargo install holochain --git https://github.com/holochain/holochain --git c3eec1b95449c8e9538c7b761a01048b4424c5e4
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH holochain-v$HOLOCHAIN_VERSION-x86_64-apple-darwin
Expand All @@ -70,7 +70,7 @@ jobs:
run: |
HOLOCHAIN_VERSION=$(node -p -e "require('./config.json').holochainVersion")
cargo install holochain --version $HOLOCHAIN_VERSION --locked --features sqlite-encrypted
cargo install holochain --git https://github.com/holochain/holochain --git c3eec1b95449c8e9538c7b761a01048b4424c5e4
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH holochain-v$HOLOCHAIN_VERSION-x86_64-unknown-linux-gnu
Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"holochainVersion": "0.1.8",
"lairVersion": "0.4.2"
"holochainVersion": "0.3.0-beta-dev.41-c3eec1b",
"lairVersion": "0.4.4"
}

0 comments on commit d4ba7c3

Please sign in to comment.