Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdonado committed Nov 27, 2024
1 parent a46a50b commit a271e7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/services/cli.cr
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ module App::Services::Cli
admin_api_key = ENV["ADMIN_API_KEY"]?

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

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bit
version: 1.2.1
version: 1.4.0

authors:
- Juan Rodriguez <[email protected]>
Expand Down

0 comments on commit a271e7c

Please sign in to comment.