From b517ef2b73cfa8b8797d43dbab6849e2ecfc28a7 Mon Sep 17 00:00:00 2001
From: Ibnu Maksum <ibnumaksum@gmail.com>
Date: Fri, 6 Sep 2024 11:00:09 +0700
Subject: [PATCH] fix ignore list

---
 .gitignore   | 2 +-
 version.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6e2cc32c..2b53984b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,8 +46,8 @@ system/devices/**
 !system/devices/Radius.php
 !system/devices/RadiusRest.php
 !system/devices/MikrotikPppoe.php
-!system/devices/MikrotikHotspot.php
 !system/devices/MikrotikPppoeCustom.php
+!system/devices/MikrotikHotspot.php
 /.vs
 docker-compose.yml
 docs/**
diff --git a/version.json b/version.json
index ddfab6f6..1bd146b2 100644
--- a/version.json
+++ b/version.json
@@ -1,3 +1,3 @@
 {
-    "version": "2024.8.30"
+    "version": "2024.9.6"
 }
\ No newline at end of file