Skip to content

Commit 3f1f236

Browse files
Feature/update version (#466)
* Fixing a timestamps issue that has prevented annotated models from working since Crystal 1.0.0 * Removed the old commented out code for updating the update_at attribute * Updated the version to 0.23.1 for all areas referencing the version of Granite
1 parent 6f8db6e commit 3f1f236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: granite
22

3-
version: 0.23.0
3+
version: 0.23.1
44

55
crystal: ">= 0.35.0, < 2.0.0"
66

src/granite/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Granite
2-
VERSION = "0.22.0"
2+
VERSION = "0.23.1"
33
end

0 commit comments

Comments
 (0)