From 2f243ab65b9733886780af466deee63bd0d7d53d Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 8 Mar 2020 23:01:52 -0400 Subject: [PATCH] bump to next development version --- irc/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/constants.go b/irc/constants.go index 330c3e5d..311aaf1a 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" + SemVer = "2.1.0-unreleased" ) var (