Browse Source

v1.4.1

tags/v0.1.0
Jeremy Latt 10 years ago
parent
commit
37e15d7f62
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/constants.go

+ 1
- 1
irc/constants.go View File

@@ -1,7 +1,7 @@
1 1
 package irc
2 2
 
3 3
 const (
4
-	SEM_VER       = "ergonomadic-1.4"
4
+	SEM_VER       = "ergonomadic-1.4.1"
5 5
 	CRLF          = "\r\n"
6 6
 	MAX_REPLY_LEN = 512 - len(CRLF)
7 7
 

Loading…
Cancel
Save