fosdem-recorder.cr/lib/fosdem_recorder/version.rb

6 lines
77 B
Ruby
Raw Normal View History

2021-02-07 20:41:13 +00:00
# frozen_string_literal: true
module FosdemRecorder
VERSION = "0.1.0"
end