From d74c01f3aeb4e495da4450e280660710b6901428 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 10 Jul 2024 02:06:46 +0000 Subject: [PATCH] Bump lutaml-model to 0.2.0 --- lib/lutaml/model/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lutaml/model/version.rb b/lib/lutaml/model/version.rb index 482d2dc..454b0e5 100644 --- a/lib/lutaml/model/version.rb +++ b/lib/lutaml/model/version.rb @@ -2,6 +2,6 @@ module Lutaml module Model - VERSION = "0.1.0" + VERSION = "0.2.0" end end