aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index d723aa33..3901b1e5 100644
--- a/gogs.go
+++ b/gogs.go
@@ -19,7 +19,7 @@ import (
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
const go12tag = true
-const APP_VER = "0.3.1.0427 Alpha"
+const APP_VER = "0.3.1.0430 Alpha"
func init() {
base.AppVer = APP_VER
@@ -35,6 +35,7 @@ func main() {
CmdWeb,
CmdServ,
CmdUpdate,
+ CmdFix,
}
app.Flags = append(app.Flags, []cli.Flag{}...)
app.Run(os.Args)