Skip to content

Commit

Permalink
chore: bump fuel-core to 0.40.1 (#3423)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf authored Nov 27, 2024
1 parent d29e884 commit 165c49c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/polite-impalas-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@internal/fuel-core": patch
"@fuel-ts/versions": patch
---

chore: bump `fuel-core` to `0.40.1`
2 changes: 1 addition & 1 deletion internal/fuel-core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.40.0
0.40.1
2 changes: 1 addition & 1 deletion packages/versions/src/lib/getBuiltinVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Versions } from './types';
export function getBuiltinVersions(): Versions {
return {
FORC: '0.66.4',
FUEL_CORE: '0.40.0',
FUEL_CORE: '0.40.1',
FUELS: '0.97.0',
};
}

0 comments on commit 165c49c

Please sign in to comment.