Skip to content

Commit

Permalink
Bump DFX to 0.22.0 (#6142)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Jul 30, 2024
1 parent d6ee11e commit e9e7a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ OpenChat is a fully featured chat application running end-to-end on the Internet

## Prerequisites

#### DFX 0.21.0
#### DFX 0.22.0

To install, run `DFX_VERSION=0.21.0 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"`
To install, run `DFX_VERSION=0.22.0 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"`

#### Rust

Expand Down
2 changes: 1 addition & 1 deletion dfx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dfx": "0.21.0",
"dfx": "0.22.0",
"canisters": {
"user_index": {
"type": "custom",
Expand Down

0 comments on commit e9e7a5b

Please sign in to comment.