Skip to content

Commit 597e51b

Browse files
committed
bump version to v0.3.1
1 parent 4045b31 commit 597e51b

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.0</title>
7+
<title>Backhaul v0.3.1</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
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
// Define the version of the application
13-
const version = "v0.3.0"
13+
const version = "v0.3.1"
1414

1515
func main() {
1616
configPath := flag.String("c", "", "path to the configuration file (TOML format)")

0 commit comments

Comments
 (0)