Skip to content

Commit

Permalink
Bumping forc patch
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Nov 4, 2024
1 parent cab53f3 commit 74b3953
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/small-ways-sleep.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"@internal/forc": patch
---

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

0 comments on commit 74b3953

Please sign in to comment.