From a3084a7069cbffa4ca94c3e124a0e23b93fe9fcc Mon Sep 17 00:00:00 2001 From: Joe Kutner Date: Fri, 3 Jun 2011 08:55:50 -0500 Subject: [PATCH] bumped version to 0.8.b10 --- README.markdown | 2 +- Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index f949919..64862e5 100644 --- a/README.markdown +++ b/README.markdown @@ -10,7 +10,7 @@ the forward chaining Rete algorithm. Ruleby provides an internal Domain Specific Version ------- -0.8.b9 +0.8.b10 Release Notes ------------- diff --git a/Rakefile b/Rakefile index f9eb765..85b46b3 100644 --- a/Rakefile +++ b/Rakefile @@ -14,7 +14,7 @@ require 'rake/testtask' spec = Gem::Specification.new do |s| s.name = "ruleby" - s.version = "0.8.b9" + s.version = "0.8.b10" s.authors = [ "Joe Kutner", "Matt Smith" ] s.email = 'jpkutner@gmail.com' s.homepage = "http://ruleby.org"