We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f595b00 commit b1a3ab9Copy full SHA for b1a3ab9
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.2</title>
+ <title>Backhaul v0.3.3</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
@@ -9,7 +9,7 @@ import (
"github.com/musix/backhaul/cmd"
)
11
12
-// Define the version of the application
+// Define the version of the application -v
13
const version = "v0.3.3"
14
15
func main() {
0 commit comments