Skip to content

Commit

Permalink
Update modules/core/04-channel/types/version.go
Browse files Browse the repository at this point in the history
Co-authored-by: colin axnér <[email protected]>
  • Loading branch information
AdityaSripal and colin-axner authored Sep 10, 2021
1 parent 058f3c8 commit be3915a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/04-channel/types/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package types

import "strings"

// SplitChannelVersion middleware version will split the channel version string
// SplitChannelVersion splits the channel version string
// into the outermost middleware version and the underlying app version.
// It will use the default delimiter `:` for middleware versions.
// In case there's no delimeter, this function returns an empty string for the middleware version (first return argument),
Expand Down

0 comments on commit be3915a

Please sign in to comment.