From dbb188a76c1f3fba2009a025ae3f5bb62adc2e9a Mon Sep 17 00:00:00 2001 From: Robin Wood Date: Sat, 14 Aug 2021 20:22:41 +0100 Subject: [PATCH] Updated the version number --- pipal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipal.rb b/pipal.rb index 17d380c..553708c 100755 --- a/pipal.rb +++ b/pipal.rb @@ -14,7 +14,7 @@ # FILENAME: The file to count # # Author:: Robin Wood (robin@digi.ninja) -# Copyright:: Copyright (c) Robin Wood 2013 +# Copyright:: Copyright (c) Robin Wood 2021 # Licence:: Creative Commons Attribution-Share Alike 2.0 # Speedbumped by Stefan Venken (stefan.venken@gmail.com) # @@ -25,7 +25,7 @@ require'json' require "pathname" -VERSION = "3.1.1" +VERSION = "3.1.2" # Find out what our base path is base_path = File.expand_path(File.dirname(__FILE__))