Skip to content

Commit e2969d3

Browse files
committed
feat: bump to version 1.3.0
1 parent 0b8daf5 commit e2969d3

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: squarectl
22

3-
version: 1.2.1
3+
version: 1.3.0
44

55
crystal: 1.6.0
66

src/squarectl.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Crystal::Env.default("development")
1717
require "./squarectl/**"
1818

1919
module Squarectl
20-
VERSION = "1.2.1"
20+
VERSION = "1.3.0"
2121

2222
@@environment_all : Squarectl::Config::SquarectlEnvironment?
2323

0 commit comments

Comments
 (0)