Browse Source

fix version string

tags/v0.1.0
Jeremy Latt 12 years ago
parent
commit
8ac1909c19
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/irc/constants.go

+ 1
- 1
src/irc/constants.go View File

@@ -2,7 +2,7 @@
2 2
 package irc
3 3
 
4 4
 const (
5
-	VERSION = "goircd-1"
5
+	VERSION = "ergonomadic-1"
6 6
 )
7 7
 
8 8
 const (

Loading…
Cancel
Save