Skip to content

Commit 5559c27

Browse files
committed
Bumped version number.
1 parent 316d1e8 commit 5559c27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MENU.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Use the below to generate the menu.sh file from the site [https://argbash.io/gen
44

55
```
66
#!/bin/bash
7-
# version="1.1.1"
7+
# version="1.5.0"
88
#
99
# This is an optional arguments-only example of Argbash potential
1010
#

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Magento 2 Production DB Sync v1.4.1
1+
# Magento 2 Production DB Sync v1.5.0
22

33
## About
44
A script to copy over a production database to another server, also has the ability to copy across imagery.

utils/menu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
version="1.4.2-dev"
2+
version="1.5.0"
33

44
die()
55
{

0 commit comments

Comments
 (0)