Files
Notare/lib/notare/version.rb
mathias234 f3e566364f
All checks were successful
CI Pipeline / build (push) Successful in 47s
Implement spacing before/after for paragraphs
2026-04-09 14:46:33 +02:00

6 lines
69 B
Ruby

# frozen_string_literal: true
module Notare
VERSION = "0.0.8"
end