From 626a0e207eff622296a3728002b7f6f2eb33c7c0 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 15 Nov 2021 11:18:57 -0500 Subject: [PATCH] Version bump to v2.7.10 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 710be13b0d5..fbfd22a6392 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -9,7 +9,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 2 MINOR = 7 - TINY = 9 + TINY = 10 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')