Skip to content

Commit

Permalink
Version: clarify --version output when default version is used
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Nov 21, 2024
1 parent 05e18fa commit 706eb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/directorius/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
var logger *zap.Logger

// Version is set via a ldflag on compilation
var Version = "unknown"
var Version = "version unknown"

const EventChannelBufferSize = 1024

Expand Down

0 comments on commit 706eb41

Please sign in to comment.