Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions gnovm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# GnoVM App Changelog

## [`v0.1.2`](https://github.com/ignite/apps/releases/tag/gnovm/v0.1.2)

- [#255](https://github.com/ignite/apps/pull/255) Update GnoVM module and its dependencies.

## [`v0.1.1`](https://github.com/ignite/apps/releases/tag/gnovm/v0.1.1)

- [#243](https://github.com/ignite/apps/pull/243) Use AiB Gno fork.
Expand Down
4 changes: 2 additions & 2 deletions gnovm/template/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package template
const (
GnolangPackage = "github.com/gnolang/gno"
GnolangForkPackage = "github.com/allinbits/gno"
GnolangForkVersion = "v0.0.0-20251027152958-cf2243d301a3"
GnolangForkVersion = "v0.0.0-20260225225412-eaf5d1ebb836"

GnoVMModulePackage = "github.com/ignite/gnovm"
GnoVMModuleVersion = "v0.1.0-alpha.1"
GnoVMModuleVersion = "v0.1.0-beta.1"
)
Loading