lib/date_holidays/reader/version.rb in date_holidays-reader-1.0.0 vs lib/date_holidays/reader/version.rb in date_holidays-reader-1.0.1

- old
+ new

@@ -4,17 +4,16 @@ # Copyright (c) 2019-present, Blue Marble Payroll, LLC # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. # - require_relative 'js_bridge' module DateHolidays module Reader - VERSION = '1.0.0' + VERSION = '1.0.1' - # Used to retrieve futher version information such as the underlying node module version. + # Used to retrieve futher version information such as the underlying Node module version. class Version VERSION_PROGRAM_PATH = File.join(JsBridge::BIN_PATH, 'date-holidays-version.js').freeze private_constant :VERSION_PROGRAM_PATH class << self