release: bump version to 0.2.0

This commit is contained in:
2026-06-25 22:12:55 +02:00
parent b24a8cc377
commit 1440e9a1fd
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Volumen
VERSION = "0.1.0"
VERSION = "0.2.0"
end