From 8a589724d25e6a9caf4f3c916532cbbbc57d1603 Mon Sep 17 00:00:00 2001 From: kspurgin Date: Tue, 30 Jul 2024 18:44:00 -0400 Subject: [PATCH] Reset to version 1.4.0 My changes are made on top of upstream 1.4.0 --- lib/csvlint/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/csvlint/version.rb b/lib/csvlint/version.rb index 95674a7..3aafab7 100644 --- a/lib/csvlint/version.rb +++ b/lib/csvlint/version.rb @@ -1,3 +1,3 @@ module Csvlint - VERSION = "1.4.1" + VERSION = "1.4.0" end