Simplified build to leverage version number from generated executable."

This commit is contained in:
Corey Butler
2018-08-11 19:59:39 -05:00
parent 08fb700064
commit dfd8e5a7fb
4 changed files with 347 additions and 347 deletions

View File

@@ -21,7 +21,7 @@ import (
)
const (
NvmVersion = "1.1.7"
NvmVersion = "1.1.8"
)
type Environment struct {