From 3c565e6feec9efe9d408b19db0b19054626020b5 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Wed, 8 Oct 2025 11:33:05 -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 65f2f64..c2d3151 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,4 +1,4 @@ class W3DHub DIR_NAME = "W3DHubAlt" - VERSION = "0.7.0" -end \ No newline at end of file + VERSION = "0.8.0" +end