From f73cdbbd2f20460ea6330930f97cdce59fb984be Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 10 May 2021 10:29:43 -0400 Subject: [PATCH] Version bump to v2.6.7 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index afd2c57c1c9..43e6b91aabf 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -9,7 +9,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 2 MINOR = 6 - TINY = 6 + TINY = 7 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')