Skip to content

Commit

Permalink
bump to version v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Musixal committed Sep 20, 2024
1 parent f595b00 commit b1a3ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Backhaul v0.3.2</title>
<title>Backhaul v0.3.3</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@^2.0/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/musix/backhaul/cmd"
)

// Define the version of the application
// Define the version of the application -v
const version = "v0.3.3"

func main() {
Expand Down

0 comments on commit b1a3ab9

Please sign in to comment.