Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
kfrico committed Dec 21, 2023
1 parent 5c4ab6a commit 62d5307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type envStruct struct {
func main() {
app := cli.NewApp()
app.Name = "Cassandra-Web"
app.Version = "1.1.3"
app.Version = "1.1.4"
app.Flags = []cli.Flag{
cli.StringFlag{
Name: "config, c",
Expand Down

0 comments on commit 62d5307

Please sign in to comment.