Skip to content

Commit 1941e10

Browse files
committed
added VERSION constant
1 parent eb152a5 commit 1941e10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vars.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ var (
1818

1919
scheduler = cron.New(cron.WithSeconds(), cron.WithChain(cron.SkipIfStillRunning(cron.DefaultLogger)))
2020
)
21+
22+
const (
23+
VERSION = "2.2"
24+
)

0 commit comments

Comments
 (0)