We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f7990 commit ddc4c4eCopy full SHA for ddc4c4e
cmd/root.go
@@ -13,7 +13,7 @@ var rootCmd = &cobra.Command{
13
Use: "fs-cli",
14
Short: "Peer-to-Peer filesharing CLI application",
15
Long: `A Peer-to-Peer multi-threaded filesharing CLI app using WebRTC.`,
16
- Version: "v0.4.0",
+ Version: "v0.5.1",
17
}
18
19
// Execute adds all child commands to the root command and sets flags appropriately.
session/send/session.go
@@ -7,7 +7,7 @@ import (
7
8
// To manage the datachannels and PeerConnection.
9
type Session struct {
10
- peerConnection *webrtc.PeerConnection
+ PeerConnection *webrtc.PeerConnection
11
12
controlChannel *webrtc.DataChannel
controlDone chan struct{}
0 commit comments