Skip to content

Commit b1a3ab9

Browse files
committed
bump to version v0.3.3
1 parent f595b00 commit b1a3ab9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Backhaul v0.3.2</title>
7+
<title>Backhaul v0.3.3</title>
88
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@^2.0/dist/tailwind.min.css" rel="stylesheet">
99
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
1010
</head>

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/musix/backhaul/cmd"
1010
)
1111

12-
// Define the version of the application
12+
// Define the version of the application -v
1313
const version = "v0.3.3"
1414

1515
func main() {

0 commit comments

Comments
 (0)