Skip to content

Commit

Permalink
Add discord to version info
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Dec 8, 2023
1 parent bcadbef commit e565e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func printVersion() {
fmt.Printf(format, "Commit:", config.Commit)
fmt.Printf(format, "Date (UTC):", config.Date)
fmt.Printf(format, "License:", config.License)
fmt.Printf(format, "Discord:", config.Discord)
fmt.Println("\nWritten by Eugene Berger")
}

Expand Down
1 change: 1 addition & 0 deletions src/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ var (
Date = "undefined"
CheckForUpdates = "false"
License = "Apache-2.0"
Discord = "https://discord.gg/S4xgmRSHdC"

scFiles = []string{
"shortcuts.yaml",
Expand Down

0 comments on commit e565e79

Please sign in to comment.