bump version

This commit is contained in:
Cooper Quintin
2025-04-22 10:17:23 -07:00
committed by Cooper Quintin
parent a7ce1ad4d3
commit 8082e013f4
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -1239,7 +1239,7 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
[[package]]
name = "rayhunter"
version = "0.2.6"
version = "0.2.8"
dependencies = [
"bytes",
"chrono",
@@ -1260,7 +1260,7 @@ dependencies = [
[[package]]
name = "rayhunter-daemon"
version = "0.2.6"
version = "0.2.8"
dependencies = [
"axum",
"chrono",

View File

@@ -1,6 +1,6 @@
[package]
name = "rayhunter-daemon"
version = "0.2.6"
version = "0.2.8"
edition = "2021"
[features]

View File

@@ -1,6 +1,6 @@
[package]
name = "rayhunter"
version = "0.2.6"
version = "0.2.8"
edition = "2021"
description = "Realtime cellular data decoding and analysis for IMSI catcher detection"