go-aah / aah

A secure, flexible, rapid Go web framework
https://aahframework.org
MIT License
691 stars 33 forks source link

aah version number is not displayed on binary CLI dist #194

Closed jeevatkm closed 6 years ago

jeevatkm commented 6 years ago

Please answer these questions before submitting your issue. Thanks!

What version of aah are you using (aah --version)?

cli v0.11.0
aah v
go  v1.10.1

Does this issue reproduce with the latest release?

Yes

What operating system are you using (such as macOS, Linux and Windows)?

macOS - Issue is only w/ Binary CLI distribution not on go get approach install.

What did you do?

I was testing the scenario - Installed aah CLI via brew install and aah framework is exists in vendor directory not on `GOPATH

What did you expect to see?

I expected to see aah version from vendor directory

---------------------------------------------------------------
                     aah framework v0.10.0
---------------------------------------------------------------

What did you see instead?

I see an empty value

---------------------------------------------------------------
                     aah framework v
---------------------------------------------------------------
jeevatkm commented 6 years ago

Fixed 😄