From a769eb4767cc2fae5c792089ace3fe14f82fcbad Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Mon, 21 Oct 2013 13:36:27 +0100 Subject: [PATCH] Released version 1.1.1 Changelog: - Fixed some protocol errors that'd make weechat complain - Rosella now responds to pings with pongs --- rosella.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rosella.go b/rosella.go index 478783d..e1805de 100644 --- a/rosella.go +++ b/rosella.go @@ -3,7 +3,7 @@ package main import "net" const ( - VERSION = "1.1.0" + VERSION = "1.1.1" ) type Server struct {