Skip to content

Commit

Permalink
Updating forc version
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Aug 19, 2024
1 parent 7ef4e88 commit f019cba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/forc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.63.0
0.63.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 @@ -2,7 +2,7 @@ import type { Versions } from './types';

export function getBuiltinVersions(): Versions {
return {
FORC: '0.63.0',
FORC: '0.63.1',
FUEL_CORE: '0.33.0',
FUELS: '0.93.0',
};
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.0"
forc = "0.63.1"
fuel-core = "0.33.0"

0 comments on commit f019cba

Please sign in to comment.