aah aims to make the process of upgrading application to the latest release version as easy & convenient as possible. It just few steps away-
Note: Since v0.12.0 aah requires >= go1.11.
$ curl https://aahframework.org/install-cli | bash
# OR
$ wget -qO- https://aahframework.org/install-cli | bashBasically it does the migration of application codebase and view files. Go to aah application base directory and run-
# *nix systems and Windows (Cygwin, Cmder and ConEmu)
$ env GO111MODULE=on aah migrate code
# Windows
$ set GO111MODULE=on
$ aah migrate codeIn v0.12.x aah binary become more CLI friendly and POSIX flags support, refer to Application Binary