nostr-gem/lib/nostr/version.rb
2023-01-12 17:21:17 +07:00

7 lines
95 B
Ruby

# frozen_string_literal: true
module Nostr
# The version of the gem
VERSION = '0.1.0'
end