From 4c922225769f1c9efaea7e6a0cf3536537cc0ee2 Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Mon, 20 Nov 2023 09:59:41 +0700 Subject: [PATCH] Bump the gem version to v0.5.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 c623f0c..04d5c5b 100644 --- a/lib/nostr/version.rb +++ b/lib/nostr/version.rb @@ -2,5 +2,5 @@ module Nostr # The version of the gem - VERSION = '0.4.0' + VERSION = '0.5.0' end