Skip to content

Commit

Permalink
Bump version to 0.18.2 (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcsmith authored Dec 13, 2019
1 parent 169b8ff commit cc119d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.31.1
FROM crystallang/crystal:0.32.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
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: lucky
version: 0.18.1
version: 0.18.2

crystal: 0.31.1
crystal: 0.32.0

authors:
- Paul Smith <[email protected]>
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.1"
VERSION = "0.18.2"
end

0 comments on commit cc119d2

Please sign in to comment.