Skip to content

Commit

Permalink
Bump version for crystal 0.33.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Feb 17, 2020
1 parent cc119d2 commit fb39d94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM crystallang/crystal:0.32.0
FROM crystallang/crystal:0.33.0

RUN apt-get update && \
apt-get install -y libgconf-2-4 build-essential curl libreadline-dev libevent-dev libssl-dev libxml2-dev libyaml-dev libgmp-dev git && \
Expand Down
8 changes: 4 additions & 4 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: lucky
version: 0.18.2
version: 0.18.3

crystal: 0.32.0
crystal: 0.33.0

authors:
- Paul Smith <[email protected]>
Expand Down Expand Up @@ -48,8 +48,8 @@ dependencies:
github: luckyframework/shell-table.cr
branch: refactor/setter
cry:
github: paulcsmith/cry
version: ~> 0.4.1
github: luckyframework/cry
version: ~> 0.4.2
exception_page:
github: crystal-loot/exception_page
version: ~> 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/lucky/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lucky
VERSION = "0.18.2"
VERSION = "0.18.3"
end

0 comments on commit fb39d94

Please sign in to comment.