Skip to content
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

Add -v/--version flag to print version string #3883

Merged
merged 4 commits into from
Jul 11, 2023

Commits on Jul 5, 2023

  1. Add -v/--version flag to print version string

    - Created a new flag `-v/--version` in the command-line interface to display the version number and exit.
    - Moved all version-related functions inside the config package to the new file `manager/config/version.go` to avoid circular dependencies.
    - Added a new `GetVersionString()` function to generate a formatted version string.
    - Updated references to the moved version functions.
    - Updated references in the `Makefile`.
    senki committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    65e228b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    585f193 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae04c0a View commit details
    Browse the repository at this point in the history
  3. Remove githash var

    WithoutPants committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e2393b5 View commit details
    Browse the repository at this point in the history