Skip to content

Commit

Permalink
example/cmd/microd: Set microcluster/app version
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Hershberger <[email protected]>
  • Loading branch information
MggMuggins committed Jul 9, 2024
1 parent b6541c7 commit b5964b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/cmd/microd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func (c *cmdDaemon) run(cmd *cobra.Command, args []string) error {
SocketGroup: c.flagSocketGroup,
Verbose: c.global.flagLogVerbose,
Debug: c.global.flagLogDebug,
Version: version.Version,
})

if err != nil {
Expand Down

0 comments on commit b5964b3

Please sign in to comment.