Skip to content

Commit 098a526

Browse files
committed
chore: bump version to 4.1.0
1 parent 82893ed commit 098a526

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

internal/modules/gobot/ui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1 class="auth-title">AutoAR</h1>
3838
<div class="logo-icon">🎯</div>
3939
<div>
4040
<div class="logo-text">AutoAR</div>
41-
<div class="logo-version">v3.3.2</div>
41+
<div class="logo-version">v4.1.0</div>
4242
</div>
4343
</div>
4444

internal/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
package version
44

55
// Version is the semantic version without a "v" prefix (e.g. "4.0.0").
6-
// 4.0.0 — first release with the embedded web dashboard (/ui).
7-
const Version = "4.0.0"
6+
// v4.1.0 — Targets dashboard, Bug Bounty Platforms scope fetch, Rescan, and structured findings.
7+
const Version = "4.1.0"

0 commit comments

Comments
 (0)