Skip to content

Commit

Permalink
Release 0.17 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Sep 5, 2020
1 parent 45fb319 commit fedd1be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM crystallang/crystal:0.35.0
FROM crystallang/crystal:0.35.1
WORKDIR /data

# install base dependencies
Expand All @@ -12,7 +12,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Lucky cli
RUN git clone https://github.com/luckyframework/lucky_cli --branch v0.22.0 --depth 1 /usr/local/lucky_cli && \
RUN git clone https://github.com/luckyframework/lucky_cli --branch v0.23.1 --depth 1 /usr/local/lucky_cli && \
cd /usr/local/lucky_cli && \
shards install && \
crystal build src/lucky.cr -o /usr/local/bin/lucky
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: avram
version: 0.16.1
version: 0.17.0

crystal: 0.35.0
crystal: 0.35.1

targets:
lucky.gen.migration:
Expand All @@ -16,7 +16,7 @@ dependencies:
version: 0.1.0
lucky_cli:
github: luckyframework/lucky_cli
version: ~> 0.23.0
version: ~> 0.24.0
pg:
github: will/crystal-pg
version: ~> 0.21.0
Expand Down
2 changes: 1 addition & 1 deletion src/avram/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Avram
VERSION = "0.16.1"
VERSION = "0.17.0"
end

0 comments on commit fedd1be

Please sign in to comment.