diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f013af..8faa093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * build: bump to Crystal 1.7.3 * feat: add `squarectl compose push` subcommand +* build: bump to earthly 0.7.2 +* ci: fix Github Actions warnings ## 1.4.0 (2022/10/13) diff --git a/shard.yml b/shard.yml index f0d2f79..46f5f31 100644 --- a/shard.yml +++ b/shard.yml @@ -1,6 +1,6 @@ name: squarectl -version: 1.4.0 +version: 1.4.1 crystal: 1.7.3 diff --git a/src/squarectl.cr b/src/squarectl.cr index 0196d07..72bbc10 100644 --- a/src/squarectl.cr +++ b/src/squarectl.cr @@ -17,7 +17,7 @@ Crystal::Env.default("development") require "./squarectl/**" module Squarectl - VERSION = "1.4.0" + VERSION = "1.4.1" @@environment_all : Squarectl::Config::SquarectlEnvironment?