Show true core version on command line#225
Show true core version on command line#225MrChrisRodriguez wants to merge 1 commit intodmno-dev:mainfrom
Conversation
Replaces the hard-coded 0.0.1 with the real version.
|
theoephraim
left a comment
There was a problem hiding this comment.
Oof... thanks!
Might be nice to set it as an env var that gets replaced during the build process. This way it would pull the value from package.json, but not have to include the entire file in the final build output.
Replaces the hard-coded 0.0.1 with the real version from the package.json file.