Display correct runtime-spec version#26
Conversation
Instead of using a constant as the runtime-spec version, user `Version` in the package. Signed-off-by: Lei Jitang <leijitang@huawei.com>
|
|
||
| var s specs.Spec | ||
| s.Version = "0.5.0" | ||
| s.Version = specs.Version |
There was a problem hiding this comment.
this was the runtime version not the image one right? if so this is wrong (do image and runtime follow same release? if so this is still wrong to me, but righter...)
|
On Thu, Sep 22, 2016 at 09:43:18AM -0700, Antonio Murdaca wrote:
I think this change is right. It's using the runtime version |
|
LGTM |
Instead of using a constant as the runtime-spec
version, user
Versionin the package.Signed-off-by: Lei Jitang leijitang@huawei.com