Sha256: a840fc2cf29d8787cb6c7d4615d82ebc6418766679f0f06496d7a7e5d0ebb7d1
Contents?: true
Size: 220 Bytes
Versions: 1
Compression:
Stored size: 220 Bytes
Contents
# frozen_string_literal: true module DuckDB # represents the version of the DuckDB library. # If DuckDB.library_version is v0.2.0, then DuckDB::LIBRARY_VERSION is 0.2.0. LIBRARY_VERSION = library_version[1..] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
duckdb-1.1.3.1 | lib/duckdb/library_version.rb |