Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 70e0f33

Browse files
1.3.3
1 parent 07b7068 commit 70e0f33

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
BINARY_NAME=patchmon-agent
55
BUILD_DIR=build
66
# Use hardcoded version instead of git tags
7-
VERSION=1.3.1
7+
VERSION=1.3.3
88
# Strip debug info and set version variable
99
LDFLAGS=-ldflags "-s -w -X patchmon-agent/internal/version.Version=$(VERSION)"
1010
# Disable VCS stamping

cmd/patchmon-agent/commands/serve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ func toggleIntegration(integrationName string, enabled bool) error {
329329
}
330330

331331
logger.Info("Config updated, restarting patchmon-agent service...")
332-
332+
333333
// Restart the service to apply changes
334334
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
335335
defer cancel()

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version represents the current version of the patchmon-agent
4-
const Version = "1.3.2"
4+
const Version = "1.3.3"

0 commit comments

Comments
 (0)