Release v1.2.0

This commit is contained in:
Harry Jeffery 2016-04-10 13:19:23 +01:00
parent bd7bf4bb38
commit 928f0da7b6

View File

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