Skip to content

Commit e3e50bc

Browse files
committed
Increase version
1 parent 5a2c22d commit e3e50bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Go Report Card](https://goreportcard.com/badge/github.com/Kilgaloon/Leprechaun)](https://goreportcard.com/report/github.com/Kilgaloon/Leprechaun)
44

5-
Current Version: **0.4.0** <br />
5+
Current Version: **0.5.0** <br />
66
Current Release: **Calimero**
77

88
**Leprechaun** is tool where you can schedule your recurring tasks to be performed over and over.

bin/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
// VERSION of application
99
const (
10-
VERSION = "0.4.0"
10+
VERSION = "0.5.0"
1111
RELEASE = "Calimero"
1212
)
1313

0 commit comments

Comments
 (0)