From 7cc074ba7e903468d956821f84dae78ce1060da9 Mon Sep 17 00:00:00 2001 From: Jamie Davidson Date: Sat, 8 Mar 2014 11:20:42 -0500 Subject: [PATCH] Bump version to 2.0.0.rc1 --- README.md | 2 +- lib/predictor/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da6cb18..508b481 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Predictor ========= -Fast and efficient recommendations and predictions using Ruby & Redis. Used in production over at [Pathgather](http://pathgather.com) to generate course similarities and content recommendations to users. +Fast and efficient recommendations and predictions using Ruby & Redis. Developed by and used at [Pathgather](http://pathgather.com) to generate course similarities and content recommendations to users. ![](https://www.codeship.io/projects/5aeeedf0-6053-0131-2319-5ede98f174ff/status) diff --git a/lib/predictor/version.rb b/lib/predictor/version.rb index ff5b790..44f40bd 100644 --- a/lib/predictor/version.rb +++ b/lib/predictor/version.rb @@ -1,3 +1,3 @@ module Predictor - VERSION = "1.0.0" + VERSION = "2.0.0.rc1" end \ No newline at end of file