Files
clinch/config/initializers/version.rb
Dan Milne 9530c8284f
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
Version bump
2025-12-31 10:35:27 +11:00

6 lines
69 B
Ruby

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