Released Version 1.1.0

Changelog:
- Added message of the day support
- Some small refactoring
This commit is contained in:
Harry Jeffery 2013-09-08 22:59:55 +01:00
parent c46bd5aa6b
commit 14d4e53021

View File

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