Skip to content

Commit eef54ce

Browse files
authored
Release 0.26.0 (#1408)
* Release 0.26.0 * Pointing to different Avram branch to get some green CI * Using the real versions
1 parent 3da20f4 commit eef54ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

shard.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lucky
2-
version: 0.25.0
2+
version: 0.26.0
33

44
crystal: 0.36.1
55

@@ -33,7 +33,7 @@ targets:
3333
dependencies:
3434
lucky_cli:
3535
github: luckyframework/lucky_cli
36-
version: ~> 0.25.0
36+
version: ~> 0.26.0
3737
habitat:
3838
github: luckyframework/habitat
3939
version: ~> 0.4.4
@@ -42,7 +42,7 @@ dependencies:
4242
version: ~> 0.2.0
4343
avram:
4444
github: luckyframework/avram
45-
branch: master
45+
version: ~> 0.19.0
4646
lucky_router:
4747
github: luckyframework/lucky_router
4848
version: ~> 0.4.0

src/lucky/version.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Lucky
2-
VERSION = "0.25.0"
2+
VERSION = "0.26.0"
33
end

0 commit comments

Comments
 (0)