lib/date_holidays/reader/version.rb in date_holidays-reader-1.0.3 vs lib/date_holidays/reader/version.rb in date_holidays-reader-1.0.4
- old
+ new
@@ -8,10 +8,10 @@
#
require_relative 'js_bridge'
module DateHolidays
module Reader
- VERSION = '1.0.3'
+ VERSION = '1.0.4'
# Used to retrieve further 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