From 5e91e36c25137674eb086e8b7c61318da41b0ba1 Mon Sep 17 00:00:00 2001 From: Vidar Hokstad Date: Sat, 13 Jan 2024 18:44:26 +0000 Subject: [PATCH] Bumped version --- Gemfile.lock | 2 +- lib/X11/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c290627..477c499 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - pure-x11 (0.0.6) + pure-x11 (0.0.8) GEM remote: https://rubygems.org/ diff --git a/lib/X11/version.rb b/lib/X11/version.rb index fa7c379..027aea2 100644 --- a/lib/X11/version.rb +++ b/lib/X11/version.rb @@ -1,3 +1,3 @@ module X11 - VERSION = "0.0.7" + VERSION = "0.0.8" end