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

6 lines
77 B
Ruby
Raw Normal View History

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