We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4045b31 commit 597e51bCopy full SHA for 597e51b
internal/web/index.html
@@ -4,7 +4,7 @@
4
<head>
5
<meta charset="UTF-8">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>Backhaul v0.3.0</title>
+ <title>Backhaul v0.3.1</title>
8
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@^2.0/dist/tailwind.min.css" rel="stylesheet">
9
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
10
</head>
main.go
@@ -10,7 +10,7 @@ import (
)
11
12
// Define the version of the application
13
-const version = "v0.3.0"
+const version = "v0.3.1"
14
15
func main() {
16
configPath := flag.String("c", "", "path to the configuration file (TOML format)")
0 commit comments