Skip to content

Commit

Permalink
bump version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Musixal committed Sep 17, 2024
1 parent 4045b31 commit 597e51b
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.0</title>
<title>Backhaul v0.3.1</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 @@ -10,7 +10,7 @@ import (
)

// Define the version of the application
const version = "v0.3.0"
const version = "v0.3.1"

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

0 comments on commit 597e51b

Please sign in to comment.