# frozen_string_literal: true module Ebooks MAJOR = 1 MINOR = 1 PATH = 0 VERSION = "#{MAJOR}.#{MINOR}.#{PATH}" end