From 145129641db7eddaf34022cc8ec490bf39e0c923 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Fri, 16 Dec 2011 12:45:52 +0100 Subject: [PATCH] v0.1.5 --- VERSION | 2 +- lib/functional.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 845639e..9faa1b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.4 +0.1.5 diff --git a/lib/functional.rb b/lib/functional.rb index 715db4d..f129e3d 100644 --- a/lib/functional.rb +++ b/lib/functional.rb @@ -47,7 +47,7 @@ class Counter end class Functional - def self.__version__() '0.1.4' end + def self.__version__() '0.1.5' end include Enumerable class DEFAULT