From 2e9b38e2361c2d5359b3a23e2ce4fcb63a1f572a Mon Sep 17 00:00:00 2001 From: Robin Wood Date: Sat, 5 Aug 2023 21:28:24 +0100 Subject: [PATCH] update version --- pipal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipal.rb b/pipal.rb index 69136d0..8d42822 100755 --- a/pipal.rb +++ b/pipal.rb @@ -25,7 +25,7 @@ require'json' require "pathname" -VERSION = "3.2.0" +VERSION = "3.4.0" # Find out what our base path is base_path = File.expand_path(File.dirname(__FILE__))