nostr-gem/lib/nostr/version.rb
2024-03-15 19:13:34 +00:00

7 lines
95 B
Ruby

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