From abc3be3f85f6d0b4f711e8e94971c0a36a536517 Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Wed, 15 Feb 2023 18:29:53 +0700 Subject: [PATCH] Bump the gem version to v0.3.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 ddc3c0c..731195a 100644 --- a/lib/nostr/version.rb +++ b/lib/nostr/version.rb @@ -2,5 +2,5 @@ module Nostr # The version of the gem - VERSION = '0.2.0' + VERSION = '0.3.0' end