summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.go2
-rw-r--r--version/version.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 7d111d6..b5fbed8 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ var peachPort = flag.Int("p", 8151, "Port to run peach on")
var peachAddr = ""
// Holds static content.
-//go:embed templates static/*.min.css static/font/*
+//go:embed templates static/peach.min.css static/font/roboto-flex.ttf
var peachFS embed.FS
// HTML templates.
diff --git a/version/version.go b/version/version.go
index 0ae2955..9d24c5c 100644
--- a/version/version.go
+++ b/version/version.go
@@ -4,4 +4,4 @@
// Peach version.
package version
-const Version = "0.6.2"
+const Version = "0.6.3.dev"