From 507740464abf9d94f6a68d2d2cdda73fc2176284 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 3 Nov 2019 12:39:13 -0500 Subject: [PATCH] bump version --- irc/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/constants.go b/irc/constants.go index e91c0ff3..81453079 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.2.0-unreleased" + SemVer = "1.2.0-rc1" ) var (