3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

fix version string

This commit is contained in:
Jeremy Latt 2012-04-17 22:24:52 -07:00
parent 259fd40916
commit 8ac1909c19

View File

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