From ac3f4b1345ecb55419682b4f2f696a7003622d57 Mon Sep 17 00:00:00 2001 From: Patrik Wenger Date: Fri, 12 Jul 2024 18:51:13 +0200 Subject: [PATCH] bump version to 1.2.6 --- CHANGES.md | 2 +- lib/cztop/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 13e5824..8e6db76 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -next +1.2.6 (7/12/2024) ----- * add missing `require 'io/wait'` to get `IO#wait_readable` * CZTop::Socket#wait_readable diff --git a/lib/cztop/version.rb b/lib/cztop/version.rb index 8387072..678c69a 100644 --- a/lib/cztop/version.rb +++ b/lib/cztop/version.rb @@ -2,6 +2,6 @@ module CZTop - VERSION = '1.2.5' + VERSION = '1.2.6' end