This repository was archived by the owner on Feb 26, 2024. It is now read-only.
v4.1.16 — (Maintenance release)
Version 4.1.16
This is a maintenance release for Truffle v4. Truffle v4 is not the current preferred stable version of Truffle: we recommend you use version 5.
How to Install
npm uninstall -g truffle // If you already have truffle installed
npm install -g truffle@4.1.16
Purpose of this Release
The folks over at Solidity have released a bugfix release for version v0.4.x which Truffle version 4 uses. This updates Truffle v4 to use this newer version as well as bumping the version of lodash used to ^4.17.12.
Changelog
- #2304 - Bump Solidity version to
0.4.26and lodash to^4.17.12. (@eggplantzzz)