You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a command to report the version of the compiled bundle server
executables. The version string is set using the '-ldflags' build flag in
'go build' (specifically, setting the 'Version' string in
'cmd/utils/version.go').
In a later patch, the version will be automatically during the build process
(using 'make') with 'git describe'.
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments