We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0685792 + 612b7e7 commit 1760cabCopy full SHA for 1760cab
2 files changed
.changes/unreleased/internal-20260119-200237.yaml
@@ -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
@@ -1,7 +1,7 @@
PROJECT_NAME := $(shell awk '/^name:/ {print $$2}' shard.yml)
PROJECT_VERSION := $(shell awk '/^version:/ {print $$2}' shard.yml)
-CRYSTAL_VERSION := 1.16
+CRYSTAL_VERSION := 1.19
FIXUID ?= $(shell id -u)
6
FIXGID ?= $(shell id -g)
7
0 commit comments