From defeba12787cff0c706177775b86465f4b963945 Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Sat, 13 Apr 2024 14:21:34 +0100 Subject: [PATCH] Bump the gem version to v0.7.0 --- lib/nostr/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nostr/version.rb b/lib/nostr/version.rb index b74b02c..9a401fa 100644 --- a/lib/nostr/version.rb +++ b/lib/nostr/version.rb @@ -2,5 +2,5 @@ module Nostr # The version of the gem - VERSION = '0.6.0' + VERSION = '0.7.0' end