Skip to content

Commit

Permalink
[auto] tagging to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spo committed May 24, 2024
1 parent 97ced26 commit f0dd73c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dev
1.1.2
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'demo' => env('APP_DEMO', false),
'version' => env('APP_VERSION', 'dev'),
'version' => env('APP_VERSION', '1.1.2'),
'name' => env('APP_NAME', 'RootDB'),
'env' => env('APP_ENV', 'production'),
'role_seeder_mode' => env('APP_ROLES_SEEDER_MODE', 'default'),
Expand Down

0 comments on commit f0dd73c

Please sign in to comment.