Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 04e569e

Browse files
committed
Update version to 1.1.0 and ignore release.sh
Bumped the application version to 1.1.0 in CheckLogs.go and added release.sh to .gitignore to prevent it from being tracked.
1 parent e9f4f31 commit 04e569e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
release.sh
2+
13
# Binaries for programs and plugins
24
*.exe
35
*.exe~

CheckLogs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
const (
17-
Version = "1.0.0"
17+
Version = "1.1.0"
1818
DefaultURL = "https://checklogs.dev"
1919
)
2020

0 commit comments

Comments
 (0)