From a016722617e9069dd0770dce0bbd093dd6f3816c Mon Sep 17 00:00:00 2001 From: Martin Corino Date: Mon, 1 Apr 2024 18:40:27 +0200 Subject: [PATCH] bump version for next release --- lib/wx/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wx/version.rb b/lib/wx/version.rb index 6c4f707e..0ddad00b 100644 --- a/lib/wx/version.rb +++ b/lib/wx/version.rb @@ -3,5 +3,5 @@ # This software is released under the MIT license. module Wx - WXRUBY_VERSION = '0.9.8' + WXRUBY_VERSION = '1.0.0' end