Released version 1.1.1

Changelog:
- Fixed some protocol errors that'd make weechat complain
- Rosella now responds to pings with pongs
This commit is contained in:
Harry Jeffery 2013-10-21 13:36:27 +01:00
parent 6b011ef8c3
commit a769eb4767

View File

@ -3,7 +3,7 @@ package main
import "net"
const (
VERSION = "1.1.0"
VERSION = "1.1.1"
)
type Server struct {