From 2668be690fecb60190698271f2d5f90082099d3f Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 20 Feb 2013 16:00:52 -0500 Subject: [PATCH] version bump --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 9019d804cb0..c1b5062db68 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -2,7 +2,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 0 MINOR = 8 - TINY = 0 + TINY = 1 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')