Skip to content

Commit

Permalink
chore: upgrade fuel-core from 0.20.3 to 0.20.4 (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed Aug 24, 2023
1 parent ff8c4df commit 7dc8cca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/short-pens-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@fuel-ts/fuel-core": minor
"@fuel-ts/providers": minor
"@fuel-ts/versions": minor
---

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

const version = await provider.getVersion();

expect(version).toEqual('0.20.3');
expect(version).toEqual('0.20.4');
});

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.3',
FUEL_CORE: '0.20.4',
FUELS: '0.52.0',
};
}

0 comments on commit 7dc8cca

Please sign in to comment.