From 0d5f6630422cea40b12e5b9a74c94671abab7d4c Mon Sep 17 00:00:00 2001 From: Patrik Wenger Date: Fri, 5 Jan 2024 17:29:32 +0100 Subject: [PATCH] bump version to 1.1.2 --- CHANGES.md | 2 +- lib/cztop/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 063b44b..1123efc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -next +1.1.2 (1/5/2024) ----- * refactor to make code Fiber Scheduler agnostic * remove Async::IO::CZTopSocket diff --git a/lib/cztop/version.rb b/lib/cztop/version.rb index 7e6bfd8..a46d098 100644 --- a/lib/cztop/version.rb +++ b/lib/cztop/version.rb @@ -2,6 +2,6 @@ module CZTop - VERSION = '1.1.1' + VERSION = '1.1.2' end