From 8fd326fd33f29f19c8c9aa121b9b4e9ebf931879 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 8 Mar 2020 05:36:11 -0400 Subject: [PATCH] bump version to 2.0.0 --- irc/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/constants.go b/irc/constants.go index 3f467ea9..330c3e5d 100644 --- a/irc/constants.go +++ b/irc/constants.go @@ -9,7 +9,7 @@ import "fmt" const ( // SemVer is the semantic version of Oragono. - SemVer = "2.0.0-rc1" + SemVer = "2.0.0" ) var (