Skip to content

Commit

Permalink
feat: bump to version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Apr 9, 2023
1 parent 728230c commit a5d4fbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
@@ -1,6 +1,6 @@
name: squarectl

version: 1.4.0
version: 1.4.1

crystal: 1.7.3

Expand Down
2 changes: 1 addition & 1 deletion src/squarectl.cr
Expand Up @@ -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?

Expand Down

0 comments on commit a5d4fbc

Please sign in to comment.