forked from gnolang/gno
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(examples): correct the version number in upgrade demo (gnolang#2390)
Small fix to correct the version number in upgrade demo.
- Loading branch information
1 parent
5897fdb
commit 9daa2a1
Showing
3 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
examples/gno.land/r/x/manfred_upgrade_patterns/upgrade_c/v2/v2.gno
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package v1 | ||
package v2 | ||
|
||
import "gno.land/r/x/manfred_upgrade_patterns/upgrade_c/root" | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
examples/gno.land/r/x/manfred_upgrade_patterns/upgrade_d/v2/v2.gno
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package v1 | ||
package v2 | ||
|
||
import ( | ||
"gno.land/p/demo/avl" | ||
|
12 changes: 5 additions & 7 deletions
12
examples/gno.land/r/x/manfred_upgrade_patterns/upgrade_d/v2/z_filetest.gno
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters