From e0f7a4cc500bec0d1a506cd4a7dc86fd9e668fdb Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Thu, 12 Jan 2023 17:15:15 +0700 Subject: [PATCH] Bump the gem version to v0.2.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 70f6991..ddc3c0c 100644 --- a/lib/nostr/version.rb +++ b/lib/nostr/version.rb @@ -2,5 +2,5 @@ module Nostr # The version of the gem - VERSION = '0.1.0' + VERSION = '0.2.0' end