From 557f6ff49951c6adbaf11ab5732de9bba1e1c4d9 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 10 Dec 2013 16:15:14 -0500 Subject: [PATCH] Version bump to v0.9.7.7 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 48f546d10..20542115c 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 0 MINOR = 9 TINY = 7 - PRE = 6 + PRE = 7 STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end