We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2c22d commit e3e50bcCopy full SHA for e3e50bc
README.md
@@ -2,7 +2,7 @@
2
3
[](https://goreportcard.com/report/github.com/Kilgaloon/Leprechaun)
4
5
-Current Version: **0.4.0** <br />
+Current Version: **0.5.0** <br />
6
Current Release: **Calimero**
7
8
**Leprechaun** is tool where you can schedule your recurring tasks to be performed over and over.
bin/client.go
@@ -7,7 +7,7 @@ import (
// VERSION of application
9
const (
10
- VERSION = "0.4.0"
+ VERSION = "0.5.0"
11
RELEASE = "Calimero"
12
)
13
0 commit comments