Skip to content

Commit da2b1a2

Browse files
committed
Bump to version 1.1.0
1 parent 9c20902 commit da2b1a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stacker
22

3-
version: 1.0.0
3+
version: 1.1.0
44

55
crystal: 1.5.0
66

src/stacker.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require "./runtime/filter/*"
2525
require "./runtime/function/*"
2626

2727
module Stacker
28-
VERSION = "1.0.0"
28+
VERSION = "1.1.0"
2929

3030
@@log_file : File? | IO::FileDescriptor?
3131

0 commit comments

Comments
 (0)