6 lines
72 B
Ruby
6 lines
72 B
Ruby
|
|
# frozen_string_literal: true
|
||
|
|
|
||
|
|
module Firecrawl
|
||
|
|
VERSION = "1.4.1"
|
||
|
|
end
|