From 6dc752bea5518f66bf29741e5ef29af83d0a924f Mon Sep 17 00:00:00 2001
From: Thomas Boerger <thomas@webhippie.de>
Date: Tue, 18 Jul 2023 10:47:20 +0200
Subject: [PATCH] chore: update version

---
 lib/po_to_json/version.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/po_to_json/version.rb b/lib/po_to_json/version.rb
index 0cca749..ff86c5e 100644
--- a/lib/po_to_json/version.rb
+++ b/lib/po_to_json/version.rb
@@ -24,9 +24,9 @@
 
 class PoToJson
   class Version
-    MAJOR = 1
+    MAJOR = 2
     MINOR = 0
-    PATCH = 1
+    PATCH = 0
 
     PRE = nil