From e44f51f9fadb7b0682e616786601e36268ced017 Mon Sep 17 00:00:00 2001
From: Neil Lalonde <neillalonde@gmail.com>
Date: Sun, 22 Dec 2013 11:28:43 -0500
Subject: [PATCH] Version bump to v0.9.7.9

---
 lib/version.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/version.rb b/lib/version.rb
index 13e7b63f8..c1fbcf888 100644
--- a/lib/version.rb
+++ b/lib/version.rb
@@ -5,7 +5,7 @@ module Discourse
       MAJOR = 0
       MINOR = 9
       TINY  = 7
-      PRE   = 8
+      PRE   = 9
 
       STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
     end