We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c670768 commit cc8fe37Copy full SHA for cc8fe37
3 files changed
.travis.yml
INFO
@@ -1,6 +1,6 @@
1
package="synoedit"
2
displayname="Syno Edit"
3
-version="0.0.7"
+version="0.0.8"
4
os_min_ver="7.0-4000"
5
description="A simple text editor GUI for Synology. JavaScript editor implemented using CodeMirror."
6
arch="apollolake avoton braswell broadwell broadwellnk bromolow cedarview denverton dockerx64 grantley kvmx64 x86 x64 x86_64"
package/src/synoedit/main.go
@@ -30,7 +30,7 @@ import (
30
31
const (
32
// AppVersion is the Program Version
33
- AppVersion = "0.0.7"
+ AppVersion = "0.0.8"
34
// DefaultDatabaseFileName is the main file name for database
35
DefaultDatabaseFileName = "database.toml"
36
// DefaultLayoutFileName is the html template for the http repose
0 commit comments