lib/sidekiq/web_custom/version.rb in sidekiq-web_custom-0.3.1 vs lib/sidekiq/web_custom/version.rb in sidekiq-web_custom-0.4.0

- old
+ new

@@ -1,11 +1,11 @@ # frozen_string_literal: true module Sidekiq module WebCustom MAJOR = 0 # With backwards incompatability. Requires annoucment and update documentation - MINOR = 3 # With feature launch. Documentation of upgrade is useful via a changelog - PATCH = 1 # With minor upgrades or patcing a small bug. No changelog necessary + MINOR = 4 # With feature launch. Documentation of upgrade is useful via a changelog + PATCH = 0 # With minor upgrades or patcing a small bug. No changelog necessary VERSION = [MAJOR,MINOR,PATCH].join('.') def self.get_version puts VERSION end