From 9e917b2f98251a524cf8d5b2e4141c4001ca7921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20B=C3=B6hme?= Date: Wed, 28 Aug 2024 09:48:07 +0200 Subject: [PATCH] Bump version to 0.3.0 --- lib/lexorank/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lexorank/version.rb b/lib/lexorank/version.rb index 7c3cee7..723615d 100644 --- a/lib/lexorank/version.rb +++ b/lib/lexorank/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Lexorank - VERSION = '0.2.0' + VERSION = '0.3.0' end