chore: bump version

This commit is contained in:
sjdonado
2024-11-27 22:51:31 +01:00
parent a46a50b429
commit a271e7c35d
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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?
+1 -1
View File
@@ -1,5 +1,5 @@
name: bit
version: 1.2.1
version: 1.4.0
authors:
- Juan Rodriguez <sjdonado@icloud.com>