From 8f7d0e388705e7bc668de2a3eef274aeeb35c98f Mon Sep 17 00:00:00 2001 From: Serhii Bodnaruk Date: Tue, 30 Jun 2026 15:40:22 +0300 Subject: [PATCH] [~] Bump version --- Gemfile.lock | 2 +- lib/annotato/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ef62a29..37d1563 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - annotato (0.1.16) + annotato (0.2.1) rails (>= 6.0) GEM diff --git a/lib/annotato/version.rb b/lib/annotato/version.rb index 590e7ed..a97965f 100644 --- a/lib/annotato/version.rb +++ b/lib/annotato/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Annotato - VERSION = "0.1.16" + VERSION = "0.2.1" end