-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why is the output of version command "UNDEFINED"? #169
Comments
Hi, the source code itself does not know what version it is. Instead, the version number is injected when building the timetrace binary on a new release: timetrace/.circleci/config.yml Lines 76 to 78 in 564a621
As a result, when running the version command from source, the output will be Does this answer your question? |
I installed timetrace using
and then I run |
Ah, I see. This is probably because the version information is not yet available in the Snap configuration. Snap directly builds timetrace from source. Gonna create an issue for this :-) |
got it |
Yes, there are no apt releases yet. In that case, you'd have to directly download the binary or run it in Docker. |
a binary is good for me |
I've created #171 for making timetrace available via apt in the future. 😄 Going to close this issue in turn, feel free to re-open it for further questions on this matter. |
sure |
timetrace/main.go
Line 13 in 564a621
The text was updated successfully, but these errors were encountered: