From f8a84d631d0825c0f91b97c006a55df9d4b6e0c2 Mon Sep 17 00:00:00 2001 From: Kyle Thompson Date: Wed, 12 Oct 2022 01:36:02 -0400 Subject: [PATCH] Bump version to 1.0.0 since strict has previously existed on rubygems --- Gemfile.lock | 2 +- lib/strict/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ffc8625..8145473 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - strict (0.1.0) + strict (1.0.0) zeitwerk (~> 2.6) GEM diff --git a/lib/strict/version.rb b/lib/strict/version.rb index ca3acec..4f04901 100644 --- a/lib/strict/version.rb +++ b/lib/strict/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Strict - VERSION = "0.1.0" + VERSION = "1.0.0" end