Todo_Marker/lib/todo_marker/version.rb

7 lines
102 B
Ruby
Raw Normal View History

2024-06-14 22:59:20 -06:00
# frozen_string_literal: true
# lib/todo_marker/version.rb
module TodoMarker
2024-06-22 11:21:00 -06:00
VERSION = '0.2.1'
2024-06-14 22:59:20 -06:00
end