Skip to content

Commit 247c3ea

Browse files
author
John Smith III
committed
Fixed: Last updated information failure
1 parent e3ef360 commit 247c3ea

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- none
1111

12+
## [1.0.3] - 2024-11-21
13+
14+
### Fixed
15+
16+
- Last updated information failure
17+
1218
## [1.0.2] - 2024-11-21
1319

1420
### Fixed

noirnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# App version and name
88
APP_NAME="NoirNet"
9-
VERSION=1.0.2
9+
VERSION=1.0.3
1010
LAST_UPDATED="2024-11-22"
1111

1212
# Default configuration file location
@@ -92,7 +92,7 @@ init_csv() {
9292
# Function: Show version information
9393
show_version() {
9494
printf "%s version: %s\n" "$APP_NAME" "$VERSION"
95-
printf "Last updated: %s\n" "$LAST_UPDATE"
95+
printf "Last updated: %s\n" "$LAST_UPDATED"
9696
exit 0
9797
}
9898

noirnet.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH NOIRNET 1 "November 22, 2024" "Version 1.0.2" "User Commands"
1+
.TH NOIRNET 1 "November 22, 2024" "Version 1.0.3" "User Commands"
22
.SH NAME
33
NoirNet \- Monitors internet and DNS access and sends notifications.
44

0 commit comments

Comments
 (0)