Skip to content

Commit

Permalink
chore: upgrading forc to 0.63.5 (#3127)
Browse files Browse the repository at this point in the history
* Upgrading `forc` to `0.63.5`

* Adding changeset
  • Loading branch information
arboleya authored Sep 6, 2024
1 parent 37eab14 commit 942b56b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/nervous-cougars-sip.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.63.5`
2 changes: 1 addition & 1 deletion internal/forc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.63.4
0.63.5
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.63.4',
FORC: '0.63.5',
FUEL_CORE: '0.35.0',
FUELS: '0.94.4',
};
Expand Down
2 changes: 1 addition & 1 deletion templates/nextjs/sway-programs/fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
channel = "testnet"

[components]
forc = "0.63.4"
forc = "0.63.5"
fuel-core = "0.35.0"
2 changes: 1 addition & 1 deletion templates/vite/sway-programs/fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
channel = "testnet"

[components]
forc = "0.63.4"
forc = "0.63.5"
fuel-core = "0.35.0"

0 comments on commit 942b56b

Please sign in to comment.