nostr-gem/lib/nostr/version.rb
2023-01-06 11:10:17 +07:00

6 lines
68 B
Ruby

# frozen_string_literal: true
module Nostr
VERSION = '0.1.0'
end