diff --git a/projects/Version.cs b/projects/Version.cs index 35d1178e..03f2dcb2 100644 --- a/projects/Version.cs +++ b/projects/Version.cs @@ -1,4 +1,4 @@ using System.Reflection; [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyInformationalVersion("1.0.0.728d1")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("1.0.0.728d2")] \ No newline at end of file diff --git a/publish/src/linux-x64/publish/backup/backup.sh b/publish/src/linux-x64/publish/backup/backup.sh index 784e2a3a..e6b5a131 100644 --- a/publish/src/linux-x64/publish/backup/backup.sh +++ b/publish/src/linux-x64/publish/backup/backup.sh @@ -1 +1 @@ -mysqldump -uroot -proot iotcenter > backup-`date "+%Y-%m-%d_%H:%M:%S"`.sql \ No newline at end of file +mysqldump -uroot -proot iotcenter > /root/publish/backup/backup-`date "+%Y-%m-%d_%H:%M:%S"`.sql \ No newline at end of file