Browse Source

Merge pull request #426 from slingamn/unreleased

new unreleased version
tags/v1.1.0-rc1
Daniel Oaks 5 years ago
parent
commit
f38e144bbb
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/constants.go

+ 1
- 1
irc/constants.go View File

9
 
9
 
10
 const (
10
 const (
11
 	// SemVer is the semantic version of Oragono.
11
 	// SemVer is the semantic version of Oragono.
12
-	SemVer = "1.0.0"
12
+	SemVer = "1.1.0-unreleased"
13
 )
13
 )
14
 
14
 
15
 var (
15
 var (

Loading…
Cancel
Save