Skip to content

Commit

Permalink
chore: upgrade fuel core to 0.20.7 (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf authored Oct 17, 2023
1 parent 7ef4c30 commit 314eae3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/eight-stingrays-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fuel-ts/fuel-core": minor
"@fuel-ts/versions": minor
---

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

const version = await provider.getVersion();

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

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.6',
FUEL_CORE: '0.20.7',
FUELS: '0.62.0',
};
}

0 comments on commit 314eae3

Please sign in to comment.