fix version string

This commit is contained in:
Jeremy Latt 2012-04-17 22:24:52 -07:00
parent 259fd40916
commit 8ac1909c19
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
package irc
const (
VERSION = "goircd-1"
VERSION = "ergonomadic-1"
)
const (