From f5ce138392a94b169a51b2fc2230f29dc4cc1c92 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Tue, 7 Jun 2022 10:15:40 +0200 Subject: [PATCH] [#5] Load version file --- lib/format_staged.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/format_staged.rb b/lib/format_staged.rb index d6e8bf2..683244f 100644 --- a/lib/format_staged.rb +++ b/lib/format_staged.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true require_relative 'format-staged/job' +require_relative 'format-staged/version' ## # FormatStaged module