lib/webhook_system/version.rb in webhook_system-2.3.1 vs lib/webhook_system/version.rb in webhook_system-2.4.0

- old
+ new

@@ -1,3 +1,5 @@ +# frozen_string_literal: true + module WebhookSystem - VERSION = '2.3.1' + VERSION = '2.4.0' end