Skip to content

Commit eca9c25

Browse files
committed
MySQL Plugin: bump version
1 parent b972546 commit eca9c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/mysql.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mysql",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "* This plugin wraps mysqld and mysql_install_db to work in your local project\n* This plugin will create a new database for your project in MYSQL_DATADIR if one doesn't exist on shell init. This DB will be started in `insecure` mode, so be sure to add a root password after creation if needed.\n* Use mysqld to manually start the server, and `mysqladmin -u root shutdown` to manually stop it",
55
"env": {
66
"MYSQL_BASEDIR": "{{ .DevboxProfileDefault }}",

0 commit comments

Comments
 (0)