Files
clinch/config/initializers/version.rb
Dan Milne f8543f98cc
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled
Add a subdirectory for active storage
2025-11-27 19:12:09 +11:00

6 lines
69 B
Ruby

# frozen_string_literal: true
module Clinch
VERSION = "0.6.1"
end