Skip to content

Commit

Permalink
chore: upgrading fuel-core to 0.20.6 (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya authored Oct 10, 2023
1 parent 95ca8c7 commit 8e5dc06
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/gorgeous-socks-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fuel-ts/fuel-core": patch
"@fuel-ts/versions": patch
---

Upgrading `fuel-core` to `0.20.6`
2 changes: 1 addition & 1 deletion packages/fuel-core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20.5
0.20.6
2 changes: 1 addition & 1 deletion packages/providers/test/provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('Provider', () => {

const version = await provider.getVersion();

expect(version).toEqual('0.20.5');
expect(version).toEqual('0.20.6');
});

it('can call()', async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/versions/src/lib/getSupportedVersions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export function getSupportedVersions() {
return {
FORC: '0.44.0',
FUEL_CORE: '0.20.5',
FUEL_CORE: '0.20.6',
FUELS: '0.60.0',
};
}

0 comments on commit 8e5dc06

Please sign in to comment.