Files
fiken-api/lib/fiken/version.rb
T

6 lines
68 B
Ruby

# frozen_string_literal: true
module Fiken
VERSION = "0.1.0"
end