stack-labs / questions

任何关于Micro的问题都可以在Issue中创建
27 stars 6 forks source link

Micro API 版本问题 #57

Open gstormlee opened 4 years ago

gstormlee commented 4 years ago

我直接运行 micro -version 返回 micro version latest

我运行 micro api 再运行 curl http://localhost:8080 返回:{"version": "1.18.0"} {"version": "latest"}

上述两行都是返回。 请问这是什么版本。

printfcoder commented 4 years ago

micro 正确的安装方式应该是到源码目录下使用make命令编译,这样才会传BUILD_DATE与GitTag也就是版本号进去。这样就可以拿到版本号了。直接使用源码编译得到的只是latest

gstormlee commented 4 years ago

我是安装的也会这样吗?还是我安装错误。

printfcoder commented 4 years ago

是的,没有错误。使用make安装即可