Skip to content

Commit

Permalink
bump version to 0.2.41d (siglens#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunitakawane authored Sep 25, 2024
1 parent a38b6ac commit 36b006e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/startup/startup.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ func startQueryServer(serverAddr string) {
return emptyHtmlContent
},
"CSSVersion": func() string {
return "0.2.40"
return "0.2.41d"
},
})
textTemplate := texttemplate.New("other")
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

package config

const SigLensVersion = "0.2.40"
const SigLensVersion = "0.2.41d"

0 comments on commit 36b006e

Please sign in to comment.