cliversion for tagged releases not properly included in travis-built executables
Open
- Dominant language
- Go
- Stars
- 109
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
When the TravisCI process builds an executable from a "release" tag like 0.10.0-incubating, the wsk cli version should be set to match the tag, not a timestamp.
The 0.10.0-inubating release binaries say their version is:
```
$ ./wsk property get --cliversion
whisk CLI version 2019-03-25T16:21:36.596+0000
```
Contributor guide
Assessment
This issue has not been assessed yet.