# Functions
IsDevelopment returns true if the Version is not set.
IsLatest returns true if the current version is the latest and false if it is not.
LatestVersion determines the latest version and returns it as a string.
Update tries to update the Lavra CLI and provides direct output to the terminal.
# Variables
BuildDate provides the date that the CLI was built.
GitBranch provides the branch that was checked out at the time of build.
GitCommit provides the current commit at the time of build.
GitState provides the state of the Git project at the time of build.
GitSummary provides the summary of the Git project at the time of build.
Version provides the human-friendly version of the build.