From 9ae68542f1340619915d3db1e9054607675ba9bb Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Thu, 14 Mar 2024 22:06:21 +0000 Subject: [PATCH] Bump the gem version to v0.6.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 04d5c5b..b74b02c 100644 --- a/lib/nostr/version.rb +++ b/lib/nostr/version.rb @@ -2,5 +2,5 @@ module Nostr # The version of the gem - VERSION = '0.5.0' + VERSION = '0.6.0' end