Skip to content

Commit

Permalink
chore: upgrading forc to 0.66.2 (#3337)
Browse files Browse the repository at this point in the history
* chore: upgrade `forc` to `0.66.1`

* chore: changeset

* Upgrading `forc` to `0.66.2`

* Adding changeset

* Revert "Adding changeset"

This reverts commit 9fbf386.

* Update .changeset/tasty-hounds-know.md

* Update .changeset/tasty-hounds-know.md

---------

Co-authored-by: Anderson Arboleya <[email protected]>
  • Loading branch information
petertonysmith94 and arboleya authored Oct 21, 2024
1 parent 9ebd6c2 commit 7c162de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/tasty-hounds-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fuel-ts/versions": patch
"@internal/forc": patch
---

chore: upgrading `forc` to `0.66.2`
2 changes: 1 addition & 1 deletion internal/forc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.65.2
0.66.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.2',
FORC: '0.66.2',
FUEL_CORE: '0.39.0',
FUELS: '0.96.1',
};
Expand Down

0 comments on commit 7c162de

Please sign in to comment.