From a86807b39b24a77e7070eff77f7a20512248a785 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 13 Feb 2017 16:45:01 -0500 Subject: [PATCH] Version bump to v1.7.3 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 23d7ea135b7..904d89c8a8b 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -4,7 +4,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 1 MINOR = 7 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')