nostr-gem/lib/nostr/version.rb
2024-04-13 14:21:34 +01:00

7 lines
95 B
Ruby

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