Skip to content

Commit

Permalink
chore: update to bee (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-worker authored Mar 21, 2022
1 parent 4ac6bd8 commit 9485058
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- '**'

env:
BEE_VERSION: '1.4.3-1213e063-stateful'
BLOCKCHAIN_VERSION: '1.2.0-for-1.4.3-1213e063-stateful'
BEE_VERSION: '1.5.0-dda5606e-stateful'
BLOCKCHAIN_VERSION: '1.2.0-for-1.5.0-dda5606e-stateful'
BEE_ENV_PREFIX: 'swarm-test'
BEE_IMAGE_PREFIX: 'docker.pkg.github.com/ethersphere/bee-factory'
COMMIT_VERSION_TAG: 'false'
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0",
"beeApiVersion": "2.0.0",
"beeDebugApiVersion": "1.2.1",
"bee": "1.4.3-1213e063"
"beeApiVersion": "3.0.0",
"beeDebugApiVersion": "2.0.0",
"bee": "1.5.0-dda5606e"
}
}
6 changes: 3 additions & 3 deletions src/modules/debug/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import getMajorSemver from 'semver/functions/major.js'

// Following lines bellow are automatically updated with GitHub Action when Bee version is updated
// so if you are changing anything about them change the `update_bee` action accordingly!
export const SUPPORTED_BEE_VERSION_EXACT = '1.4.3-1213e063'
export const SUPPORTED_API_VERSION = '2.0.0'
export const SUPPORTED_DEBUG_API_VERSION = '1.2.1'
export const SUPPORTED_BEE_VERSION_EXACT = '1.5.0-dda5606e'
export const SUPPORTED_API_VERSION = '3.0.0'
export const SUPPORTED_DEBUG_API_VERSION = '2.0.0'

export const SUPPORTED_BEE_VERSION = SUPPORTED_BEE_VERSION_EXACT.substring(0, SUPPORTED_BEE_VERSION_EXACT.indexOf('-'))

Expand Down

0 comments on commit 9485058

Please sign in to comment.