From 378970b6abd2d4e07a7ae37935214143921e13f4 Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Sat, 25 Feb 2023 17:43:51 +0700 Subject: [PATCH] Bump the gem version to v0.4.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 731195a..c623f0c 100644 --- a/lib/nostr/version.rb +++ b/lib/nostr/version.rb @@ -2,5 +2,5 @@ module Nostr # The version of the gem - VERSION = '0.3.0' + VERSION = '0.4.0' end