Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Commit 15d3e22

Browse files
committed
Bump for 0.9.1
1 parent c6fa0f3 commit 15d3e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/minicron/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The minicron module
22
module Minicron
33
BINARY_NAME = 'minicron'
4-
VERSION = '0.9.0'
4+
VERSION = '0.9.1'
55
DEFAULT_CONFIG_FILE = '/etc/minicron.toml'
66
BASE_PATH = File.expand_path('../../../', __FILE__)
77
DB_PATH = "#{BASE_PATH}/db"

0 commit comments

Comments
 (0)