From d92a8753d865755f4303a88c89949a19036feec5 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Fri, 31 Oct 2025 11:54:28 -0500 Subject: [PATCH] Bump version --- lib/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/version.rb b/lib/version.rb index c2d3151..cde2ee3 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,4 +1,4 @@ class W3DHub - DIR_NAME = "W3DHubAlt" - VERSION = "0.8.0" + DIR_NAME = "W3DHubAlt".freeze + VERSION = "0.8.1".freeze end