Skip to content

Commit 08de7bd

Browse files
committed
Version 0.1.0
1 parent 62faa53 commit 08de7bd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## Version 0.1.0
4+
5+
First version.

manage-ghar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PID_FILE="runner.pid"
66
LOG_FILE="runner.log"
77
STATE_DIRNAME="state"
88
CONFIG_FILE=".manage_ghar.conf"
9-
VERSION="0.0.0"
9+
VERSION="0.1.0"
1010

1111
# check if runner is running based on the existence of a state file and based
1212
# on a valid PID

0 commit comments

Comments
 (0)