feat: add github build workflows

This commit is contained in:
Stavros
2025-01-19 16:39:54 +02:00
parent d5041068f9
commit 78bc3e9c9a
6 changed files with 178 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
v0.1.0
+4 -1
View File
@@ -5,4 +5,7 @@ import (
)
//go:embed dist
var Assets embed.FS
var Assets embed.FS
//go:embed VERSION
var Version string