From 57821c865ac379afc4c2e5af5fa4129107f25e6e Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 25 Jun 2019 19:59:04 -0400 Subject: [PATCH] bump version to 1.1.0 --- irc/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/constants.go b/irc/constants.go index db26df43..217ddd4e 100644 --- a/irc/constants.go +++ b/irc/constants.go @@ -9,7 +9,7 @@ import "fmt" const ( // SemVer is the semantic version of Oragono. - SemVer = "1.1.0-rc1" + SemVer = "1.1.0" ) var (