From 73594d1a00898455f0b2e757e22c59d764265aa7 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Mon, 24 Jun 2024 13:15:46 +0900 Subject: [PATCH] Version 1.8.0.dev.1 --- Gemfile.lock | 2 +- lib/steep/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d795b75bb..bd31412cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - steep (1.7.1) + steep (1.8.0.dev.1) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10) csv (>= 3.0.9) diff --git a/lib/steep/version.rb b/lib/steep/version.rb index 6ff0b192d..8dad29e06 100644 --- a/lib/steep/version.rb +++ b/lib/steep/version.rb @@ -1,3 +1,3 @@ module Steep - VERSION = "1.7.1" + VERSION = "1.8.0.dev.1" end