nostr-gem/lib/nostr/version.rb
2023-11-20 21:05:36 +07:00

7 lines
95 B
Ruby

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