2 parents e701f6e + 2b056f3 commit 2c60e7fCopy full SHA for 2c60e7f
2 files changed
CHANGELOG
@@ -3,6 +3,7 @@
3
- Fix bug for mailgun api
4
- Fix bug for sendgrid api
5
- Fix bug for sendinblue api
6
+- Fix bug for mysql and mariadb database for timestamp fields
7
- Update README.md
8
- Update install script
9
### Version 1.0.5
install.sh
@@ -32,7 +32,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
32
if [[ $(uname -m) == "x86_64" ]]; then
33
curl -LJO https://github.com/cploutarchou/MicroGO/releases/download/v1.0.7/microGo-MacOS-x86_64 &
34
spinner $!
35
- mv microGo /Users/"$userDir"/go/bin/microGo
+ mv microGo-MacOS-x86_64 /Users/"$userDir"/go/bin/microGo
36
else
37
curl -LJO https://github.com/cploutarchou/MicroGO/releases/download/v1.0.7/microGo-MacOS-ARM64 &
38
0 commit comments