Skip to content

Commit

Permalink
chore: update to bee
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-worker authored and AuHau committed May 16, 2022
1 parent 89dccb1 commit 0cf1743
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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": "3.0.0",
"beeDebugApiVersion": "2.0.0",
"bee": "1.5.1-d0a77598"
"beeApiVersion": "3.0.1",
"beeDebugApiVersion": "2.0.1",
"bee": "1.6.0-6ceadd35"
}
}
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.5.1-d0a77598'
export const SUPPORTED_API_VERSION = '3.0.0'
export const SUPPORTED_DEBUG_API_VERSION = '2.0.0'
export const SUPPORTED_BEE_VERSION_EXACT = '1.6.0-6ceadd35'
export const SUPPORTED_API_VERSION = '3.0.1'
export const SUPPORTED_DEBUG_API_VERSION = '2.0.1'

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

Expand Down

0 comments on commit 0cf1743

Please sign in to comment.