Skip to content

Commit

Permalink
chore: update to [email protected] (#3271)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk authored and Dhaiwat10 committed Nov 19, 2024
1 parent 760fdfa commit 0895905
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/beige-bears-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@internal/forc": patch
"@fuel-ts/versions": patch
---

chore: update to `[email protected]`
2 changes: 1 addition & 1 deletion internal/forc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.65.1
0.65.2
2 changes: 1 addition & 1 deletion packages/versions/src/lib/getBuiltinVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Versions } from './types';

export function getBuiltinVersions(): Versions {
return {
FORC: '0.65.1',
FORC: '0.65.2',
FUEL_CORE: '0.37.1',
FUELS: '0.94.9',
};
Expand Down

0 comments on commit 0895905

Please sign in to comment.