Skip to content

Commit

Permalink
capabilities: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 28, 2025
1 parent 6deb5f4 commit 2542522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/connector/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (m *MetaConnector) GetCapabilities() *bridgev2.NetworkGeneralCapabilities {
}

func (m *MetaConnector) GetBridgeInfoVersion() (info, caps int) {
return 1, 1
return 1, 2
}

const MaxTextLength = 20000
Expand Down

0 comments on commit 2542522

Please sign in to comment.