From bd7bc1b974e49ebaf3c804ba38b2de30d0efee44 Mon Sep 17 00:00:00 2001 From: Ismael Celis Date: Sat, 22 Nov 2025 16:50:09 +0000 Subject: [PATCH] Bump version to 1.0.0-rc.6 Note that this sorts lower than 1.0.0. It needs to be required with --pre, or the explicit full version --- Gemfile.lock | 2 +- lib/datastar/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b173352..0a6d395 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - datastar (1.0.0) + datastar (1.0.0.pre.rc.6) json logger rack (>= 3.1.14) diff --git a/lib/datastar/version.rb b/lib/datastar/version.rb index 6c6f53d..eebb92c 100644 --- a/lib/datastar/version.rb +++ b/lib/datastar/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Datastar - VERSION = '1.0.0' + VERSION = '1.0.0-rc.6' end