Skip to content

Commit 216662a

Browse files
committed
update version number
1 parent 9d9ecf7 commit 216662a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["laravel", "admin", "grid", "form"],
66
"homepage": "https://github.com/z-song/laravel-admin",
77
"license": "MIT",
8-
"version": "v1.7.8",
8+
"version": "v1.7.9",
99
"authors": [
1010
{
1111
"name": "zsong",

src/Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Admin
2525
*
2626
* @var string
2727
*/
28-
const VERSION = '1.7.8';
28+
const VERSION = '1.7.9';
2929

3030
/**
3131
* @var Navbar

0 commit comments

Comments
 (0)