Skip to content

Commit a271e7c

Browse files
committed
chore: bump version
1 parent a46a50b commit a271e7c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/services/cli.cr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ module App::Services::Cli
4141
admin_api_key = ENV["ADMIN_API_KEY"]?
4242

4343
if admin_name && admin_api_key
44-
# Query to check if admin user already exists
4544
query = App::Lib::Database::Query.where(name: admin_name, api_key: admin_api_key).limit(1)
4645
existing_user = App::Lib::Database.all(App::Models::User, query).first?
4746

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bit
2-
version: 1.2.1
2+
version: 1.4.0
33

44
authors:
55
- Juan Rodriguez <[email protected]>

0 commit comments

Comments
 (0)