Skip to content

Commit

Permalink
fix app version
Browse files Browse the repository at this point in the history
  • Loading branch information
kfrico committed May 25, 2023
1 parent fa2b568 commit 8aaaabb
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 @@ -78,7 +78,7 @@ type envStruct struct {
func main() {
app := cli.NewApp()
app.Name = "Cassandra-Web"
app.Version = "1.1.0"
app.Version = "1.1.1"
app.Authors = []cli.Author{
cli.Author{
Name: "Ken",
Expand Down

0 comments on commit 8aaaabb

Please sign in to comment.