Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apius_lang_entropy/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ label = Apius Language Entropy
[launcher]
author = Apius Technologies
description = Bigram cross-entropy scoring against language models (DGA / C2 domain hunting)
version = 1.0.1
version = 1.0.2

[package]
id = apius_lang_entropy
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
requires-python = ">=3.9"
# Version is kept in sync with the git release tag by CI, alongside
# app.conf [launcher] version (ADR-0004). "0.0.0" is the unreleased placeholder.
version = "1.0.1"
version = "1.0.2"

# Canonical ruff configuration for Apius Splunk apps.
# Kept in sync across the fleet via the splunk-app-template repo.
Expand Down
Loading