We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45550bb commit 8604c33Copy full SHA for 8604c33
shard.yml
@@ -1,5 +1,5 @@
1
name: marmot
2
-version: 0.1.1
+version: 0.2.0
3
4
authors:
5
- Alexandre Morignot <erdnaxeli@cervoi.se>
src/marmot.cr
@@ -1,6 +1,6 @@
# Marmot is a scheduler, use it to schedule tasks.
module Marmot
- VERSION = "0.1.1"
+ VERSION = "0.2.0"
alias Callback = Proc(Task, Nil)
6
0 commit comments