Update labels and bump version to 0.4.0

Standardizes dependabot labels to include 'dependencies/' prefix
for better organization and clarity.

Bumps application version to 0.4.0 to reflect recent changes
and improvements.
This commit is contained in:
2025-05-28 23:31:16 +02:00
parent 9eaf7dfcf2
commit ec5c8c099c
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ package version
// Version information.
var (
// Version is the current version of the application.
Version = "0.3.1"
Version = "0.4.0"
// BuildTime is the time the binary was built.
BuildTime = "unknown"