From 98dbd6a7f0ad043204e30ef42408a729e4ddceb8 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 29 Jun 2016 20:07:01 -0400 Subject: [PATCH] Bumped version Former-commit-id: 233bca65b4c97b6fa9d9994f53d5692c4aaee608 [formerly 42b853d2ef81f0228bb8c6c26acd48017c26615d] [formerly b17adf186b4474a662592cb77a2e1551f8821eb1 [formerly bcda5fc69b473b6e88c543e836b7c370facd1b74]] Former-commit-id: 5a5a0f15c82c5f23a298dc921197e38b71298424 [formerly 4fdda72b32f570b3be1d5210b0ced6ce0a2682f7] Former-commit-id: b77e98e3db2abc7ad6a978641086b2c5641224fe --- main.go | 4 ++-- templates/index.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index b7ed25f..918eb2a 100644 --- a/main.go +++ b/main.go @@ -46,13 +46,13 @@ func init() { } func main() { - VersionNum = "1.0" + VersionNum = "1.1" // _, executableFile, _, _ := runtime.Caller(0) // get full path of this file cwd, _ := os.Getwd() databaseFile := path.Join(cwd, "data.db") flag.StringVar(&RuntimeArgs.Port, "p", ":8003", "port to bind") flag.StringVar(&RuntimeArgs.DatabaseLocation, "db", databaseFile, "location of database file") - flag.StringVar(&RuntimeArgs.AdminKey, "a", "", "key to access admin priveleges") + flag.StringVar(&RuntimeArgs.AdminKey, "a", "", "key to access admin privaleges") flag.StringVar(&RuntimeArgs.ServerCRT, "crt", "", "location of SSL certificate") flag.StringVar(&RuntimeArgs.ServerKey, "key", "", "location of SSL key") flag.StringVar(&RuntimeArgs.WikiName, "w", "cowyo", "custom name for wiki") diff --git a/templates/index.tmpl b/templates/index.tmpl index fa9a5b5..ec40555 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -119,7 +119,7 @@
  • Encrypt
  • Lock
  • -
  • Self-dstruct
  • +
  • Self-destruct
  • Erase