Skip to content

Commit 1760cab

Browse files
authored
Merge pull request #28 from luislavena/use-latest-crystal
Use latest Crystal for development
2 parents 0685792 + 612b7e7 commit 1760cab

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: internal
2+
body: Develop against latest Crystal 1.19.0
3+
time: 2026-01-19T20:02:37.20253-03:00
4+
custom:
5+
Issue: ""

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PROJECT_NAME := $(shell awk '/^name:/ {print $$2}' shard.yml)
22
PROJECT_VERSION := $(shell awk '/^version:/ {print $$2}' shard.yml)
33

4-
CRYSTAL_VERSION := 1.16
4+
CRYSTAL_VERSION := 1.19
55
FIXUID ?= $(shell id -u)
66
FIXGID ?= $(shell id -g)
77

0 commit comments

Comments
 (0)