From d3f378b8334cdd1d762b5eb9d55a350b036d8c00 Mon Sep 17 00:00:00 2001 From: chardub Date: Fri, 10 Jul 2026 17:09:32 -0400 Subject: [PATCH] i^dates version number --- Data/.DS_Store | Bin 63492 -> 63492 bytes Data/Scripts/001_Settings.rb | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/.DS_Store b/Data/.DS_Store index 4aaabb27b5afe82dd4c845c8ff15e5d1a6464c4c..4dd5b8e674c462684de12c992cbbb5541354c372 100644 GIT binary patch delta 22 ecmZqqz})hIdBf6slhPDHa2}MAbT+~F*7V6HaRtYeF+E^ fBQHBrUu$e_Zf}c|LEj$%jFVyC8vy{bd*6u|?7SK$ diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index a1e2d8e43..7ebccf695 100644 --- a/Data/Scripts/001_Settings.rb +++ b/Data/Scripts/001_Settings.rb @@ -5,8 +5,8 @@ #==============================================================================# module Settings # The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format. - GAME_VERSION_NUMBER = "6.8.0" - LATEST_GAME_RELEASE = "6.6" + GAME_VERSION_NUMBER = "6.8.1" + LATEST_GAME_RELEASE = "6.8" HOENN_VERSION_NUMBER = "1.1.0" HOENN_LATEST_GAME_RELEASE = "1.1.0"