Browse Source

bump version

tags/v1.1.1
Shivaram Lingamneni 4 years ago
parent
commit
0aba6bfd78
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/constants.go

+ 1
- 1
irc/constants.go View File

@@ -9,7 +9,7 @@ import "fmt"
9 9
 
10 10
 const (
11 11
 	// SemVer is the semantic version of Oragono.
12
-	SemVer = "1.1.0"
12
+	SemVer = "1.1.1"
13 13
 )
14 14
 
15 15
 var (

Loading…
Cancel
Save