File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# GnoVM App Changelog
22
3+ ## [ ` v0.1.1 ` ] ( https://github.com/ignite/apps/releases/tag/gnovm/v0.1.1 )
4+
5+ - [ #243 ] ( https://github.com/ignite/apps/pull/243 ) Use AiB Gno fork.
6+
37## [ ` v0.1.0 ` ] ( https://github.com/ignite/apps/releases/tag/gnovm/v0.1.0 )
48
59- First release of the GnoVM app compatible with Ignite >= v29.5.0
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package template
22
33const (
44 GnolangPackage = "github.com/gnolang/gno"
5- GnolangForkPackage = "github.com/julienrbrt /gno"
6- GnolangForkVersion = "v0.0.0-20251016194523-cc39946f0d00 "
5+ GnolangForkPackage = "github.com/allinbits /gno"
6+ GnolangForkVersion = "v0.0.0-20251027152958-cf2243d301a3 "
77
88 GnoVMModulePackage = "github.com/ignite/gnovm"
99 GnoVMModuleVersion = "v0.1.0-alpha.1"
You can’t perform that action at this time.
0 commit comments