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